Entry: JSIdArray (Data Structure)
Summary: Internal use only. Describes an array of property IDs to associated with an object.
Syntax:
struct JSIdArray {
jsint length;
jsid vector[1];
};
Description:
JSIdArray is used internally by the JS engine to hold IDs for enumerated properties associated with an object.
See also:
|
|
|