Function mozjs::jsapi::JS_DefinePropertyById9
source ยท pub unsafe extern "C" fn JS_DefinePropertyById9(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
id: Handle<PropertyKey>,
value: f64,
attrs: u32,
) -> bool