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