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