Function script::dom::bindings::import::module::jsapi::JS_DefinePropertyById4

source ยท
pub unsafe extern "C" fn JS_DefinePropertyById4(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    id: Handle<PropertyKey>,
    getter: Handle<*mut JSObject>,
    setter: Handle<*mut JSObject>,
    attrs: u32,
) -> bool