Entry: JS_NewIdArray (Function)
Summary: Creates a new JS ID array structure.
Syntax:
JSIdArray JS_NewIdArray(JSContext *cx);
Description:
JS_NewIdArray allocates memory for a new JS ID array structure. On success, it returns a pointer to the newly allocated structure. Otherwise it returns NULL.
See also:
|
|
|