| ||||||
SummaryInternal use only. Describes an array of property IDs to associated with an object. | ||||||
Syntax
struct JSIdArray {
jsint length;
jsid vector[1];
};
| ||||||
DescriptionJSIdArray is used internally by the JS engine to hold IDs for enumerated properties associated with an object.
| ||||||
See Also
|