An array of property IDs.
Syntax
struct JSIdArray {
jsint length;
jsid vector[1]; /* array actually contains "length" elements, not 1 */
};
| Name |
Type |
Description |
length |
jsint |
Number of property IDs held in vector |
vector |
jsid * |
Array of jsid of size length |
Description
JSIdArray is used to hold IDs for enumerated properties associated with an object.