Entry: 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:
|
|
|