Function mozjs::rust::jsapi_wrapped::JS_DefinePropertyById5
source ยท pub unsafe fn JS_DefinePropertyById5(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: Handle<'_, jsid>,
value: HandleObject<'_>,
attrs: c_uint,
) -> bool