Function enumerate_global

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

Enumerate lazy properties of a global object. Modeled after https://github.com/mozilla/gecko-dev/blob/3fd619f47/dom/bindings/BindingUtils.cpp#L2814