pub unsafe extern "C" fn JS_NewEnumerateStandardClassesIncludingResolved(
cx: *mut JSContext,
obj: HandleObject,
properties: MutableHandleIdVector,
enumerableOnly: bool,
) -> bool
Expand description
Fill “properties” with a list of standard class names. This can be used for proxies that want to define behavior that looks like enumerating a global without touching the global itself.