An array of property IDs.

Description

JSIdArray is used to hold IDs for enumerated properties associated with an object.

Use JS_IdArrayLength and JS_IdArrayGet to access the property, and JS_DestroyIdArray to free, or use JS::AutoIdArray as a local variable.

See Also