AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Entry:     JS_IsArrayObject (Function)
Summary:     Determines if a specified object is of the Array class.
Syntax:
JSBool JS_IsArrayObject(JSContext *cx, JSObject *obj);

     Argument     Type     Description
     cx     JSContext *     Pointer to a JS context from which to derive runtime information.
                 
     obj     JSObject *     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:
JS_AliasElement
JS_DefineElement
JS_DeleteElement
JS_GetArrayLength
JS_GetElement
JS_LookupElement
JS_NewArrayObject
JS_SetArrayLength
JS_SetElement

[sh-index] Back to list of manuals