pub 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.