| ||||||
SummaryFlag that indicates that theJSNewResolveOp method is defined for a class.
| ||||||
SyntaxJSCLASS_NEW_RESOLVE | ||||||
DescriptionJSCLASS_NEW_RESOLVE can be specified inthe flags field of a JSClass struct to indicate that a class instance defines the JSNewResolveOp method. This method is used for property resolutions when a class defines the getObjectOps field.
| ||||||
See Also
|