| ||||||
SummaryInternal use only. Describes a single ID value for a JS property. | ||||||
Syntax
struct JSProperty {
jsid id;
};
| ||||||
DescriptionJSProperty is used by the JS engine to hold a unique ID to a property belonging to an object.
| ||||||
See Also
|