Function mozjs_sys::jsapi::JS_DefineProperty7

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