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