Function mozjs::rust::wrappers::JS_HasOwnPropertyById
source ยท pub unsafe fn JS_HasOwnPropertyById(
cx: *mut JSContext,
obj: HandleObject<'_>,
id: Handle<'_, jsid>,
foundp: *mut bool,
) -> bool