| ||||||
SummaryFrees a JS ID array structure. | ||||||
Syntaxvoid JS_DestroyIdArray(JSContext *cx, JSIdArray *ida); | ||||||
DescriptionJS_DestroyIdArray frees the JS ID array structure pointed to by ida . cx is the context in which the freeing of the array takes place.
| ||||||
See Also
|