pub(crate) unsafe extern "C" fn enumerate_global<D: DomTypes>(
cx: *mut JSContext,
obj: HandleObject,
_props: MutableHandleIdVector,
_enumerable_only: bool,
) -> bool
Expand description
Enumerate lazy properties of a global object.
pub(crate) unsafe extern "C" fn enumerate_global<D: DomTypes>(
cx: *mut JSContext,
obj: HandleObject,
_props: MutableHandleIdVector,
_enumerable_only: bool,
) -> bool
Enumerate lazy properties of a global object.