Function mozjs::rust::jsapi_wrapped::JS_DefineProperty7
source ยท pub unsafe fn JS_DefineProperty7(
cx: *mut JSContext,
obj: HandleObject<'_>,
name: *const c_char,
value: f64,
attrs: c_uint,
) -> bool