Entry: JSCLASS_NEW_RESOLVE (Macro)
Summary: Flag that indicates that the JSNewResolveOp method is defined for a class.
Syntax:
JSCLASS_NEW_RESOLVE
Description:
JSCLASS_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:
|
|
|