Function mozjs_sys::jsapi::JS_DefinePropertyById3

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