Entry: JSCLASS_NEW_ENUMERATE (Macro)
Summary: Flag that indicates that the JSNewEnumerateOp method is defined for a class.
Syntax:
JSCLASS_NEW_EUMERATE
Description:
JSCLASS_NEW_ENUMERATE can be specified in the flags field of a JSClass struct to indicate that a class instance defines the JSNewEnumerateOp method. This method is used for property enumerations when a class defines the getObjectOps field.
See also:
|
|
|