| ||||
SummaryEnumerates the properties of a specified object. | ||||
SyntaxJSIdArray * JS_Enumerate(JSContext *cx, JSObject *obj); | ||||
DescriptionJS_Enumerate enumerates all properties of a specified object, obj , and returns an array of property IDs for them. Enumeration occurs in a specified JSContext , cx .
On success,
| ||||
See Also
|