JavaScript-1.5 Reference

JS_IsArrayObject Function

Summary

Determines if a specified object is of the Array class.

Syntax

JSBool JS_IsArrayObject(JSContext *cx, JSObject *obj);
NameTypeDescription
cxJSContext *Pointer to a JS context from which to derive runtime information.
objJSObject *Object to examine.

Description

JS_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

Groups [ Function ]
Documents [ LXR ID Search ]
Entries [ JS_AliasElement | JS_DefineElement | JS_DeleteElement | JS_GetArrayLength | JS_GetElement | JS_LookupElement | JS_NewArrayObject | JS_SetArrayLength | JS_SetElement ]

This page was generated by APIDOC