pub(crate) unsafe extern "C" fn may_resolve_global(
names: *const JSAtomState,
id: PropertyKey,
maybe_obj: *mut JSObject,
) -> bool
Expand description
Returns true if the resolve hook for this global may resolve the provided id. https://searchfox.org/mozilla-central/rev/f3c8c63a097b61bb1f01e13629b9514e09395947/dom/bindings/BindingUtils.cpp#2809 https://searchfox.org/mozilla-central/rev/f3c8c63a097b61bb1f01e13629b9514e09395947/js/public/Class.h#283-291