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