JavaScript-1.5 Reference

JS_DestroyIdArray Function

Summary

Frees a JS ID array structure.

Syntax

void JS_DestroyIdArray(JSContext *cx, JSIdArray *ida);

Description

JS_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

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

This page was generated by APIDOC