Visit Mozilla.org

JS DestroyIdArray

From MDC

Free a JSIdArray.

[edit] Syntax

void JS_DestroyIdArray(JSContext *cx, JSIdArray *ida);
Name Type Description
cx JSContext * A context.
ida JSIdArray * The JSIdArray to free.

[edit] Description

JS_DestroyIdArray frees the ID array pointed to by ida.

ID arrays are primarily the result of JS_Enumerate.

LXR ID Search for JS_DestroyIdArray