pub unsafe fn JS_HasOwnPropertyById(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: Handle<'_, jsid>,
    foundp: *mut bool
) -> bool