Function enumerate_window

Source
pub(crate) unsafe extern "C" fn enumerate_window<D: DomTypes>(
    cx: *mut JSContext,
    obj: HandleObject,
    props: MutableHandleIdVector,
    enumerable_only: bool,
) -> bool
Expand description

Enumerate lazy properties of a global object that is a Window. https://github.com/mozilla/gecko-dev/blob/3fd619f47/dom/base/nsGlobalWindowInner.cpp#3297