Function mozjs_sys::jsapi::js::DefineFunctionWithReserved

source ยท
pub unsafe extern "C" fn DefineFunctionWithReserved(
    cx: *mut JSContext,
    obj: *mut JSObject,
    name: *const c_char,
    call: JSNative,
    nargs: c_uint,
    attrs: c_uint,
) -> *mut JSFunction