Function mozjs_sys::jsapi::JS_AlreadyHasOwnPropertyById

source ยท
pub unsafe extern "C" fn JS_AlreadyHasOwnPropertyById(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    id: Handle<jsid>,
    foundp: *mut bool,
) -> bool