This article needs a technical review. How you can help.
Obsolete since JSAPI 24
This feature is obsolete. Although it may still work in some browsers, its use is discouraged since it could be removed at any time. Try to avoid using it.
Enumerate any already-resolved standard class ids.
Syntax
JSIdArray * JS_EnumerateResolvedStandardClasses(JSContext *cx, JSObject *obj, JSIdArray *ida);
Name | Type | Description |
---|
Description
JS_EnumerateResolvedStandardClasses
enumerates any already-resolved standard class ids into ida
, or into a new JSIdArray
if ida
is NULL
. Return the augmented array on success, NULL
on failure with ida
(if it was non-null on entry) destroyed.