Function mozjs::rust::wrappers::JS_DefinePropertyById4

source ยท
pub unsafe fn JS_DefinePropertyById4(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    getter: HandleObject<'_>,
    setter: HandleObject<'_>,
    attrs: c_uint,
) -> bool