| |||||||||
SummaryDetermines if a specified object is of the Array class. | |||||||||
SyntaxJSBool JS_IsArrayObject(JSContext *cx, JSObject *obj);
| |||||||||
DescriptionJS_IsArrayObject determines if a specified object, obj, is of the Array class. If the object is of the Array class, JS_IsArrayObject returns JS_TRUE. Otherwise it returns JS_FALSE.
| |||||||||
See Also
|