Function mozjs_sys::jsapi::JS_DefinePropertyById2
source ยท pub unsafe extern "C" fn JS_DefinePropertyById2(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
id: Handle<jsid>,
value: Handle<Value>,
attrs: c_uint,
) -> bool