Entry: JSProperty (Data Structure)
Summary: Internal use only. Describes a single ID value for a JS property.
Syntax:
struct JSProperty {
jsid id;
};
Description:
JSProperty is used by the JS engine to hold a unique ID to a property belonging to an object.
See also:
|
|
|