JavaScript-1.5 Reference

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

Groups [ Data Structure ]
Documents [ LXR ID Search ]
Entries [ JSProperty ]

This page was generated by APIDOC