| ||||||
SummaryFlag that indicates that theJSNewEnumerateOp method is defined for a class.
| ||||||
SyntaxJSCLASS_NEW_EUMERATE | ||||||
DescriptionJSCLASS_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
|