JavaScript-1.5 Reference

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

Groups [ Function ]
Documents [ LXR ID Search ]
Entries [ JSIdArray | JS_DestroyIdArray ]

This page was generated by APIDOC