Free a JSIdArray
.
Syntax
void JS_DestroyIdArray(JSContext *cx, JSIdArray *ida);
Name | Type | Description |
---|---|---|
cx |
JSContext * |
A context. |
ida |
JSIdArray * |
The JSIdArray to free. |
Description
JS_DestroyIdArray
frees the ID array pointed to by ida
.
ID arrays are primarily the result of JS_Enumerate
.