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