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