| ||||||
SummaryCreates a new JS ID array structure. | ||||||
SyntaxJSIdArray JS_NewIdArray(JSContext *cx); | ||||||
DescriptionJS_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
|