| ||||||
SummaryFlag that indicates a class instance has a private data slot. | ||||||
SyntaxJSCLASS_HAS_PRIVATE | ||||||
DescriptionJSCLASS_HAS_PRIVATE can be specified in the flags field of a JSClass struct to indicate that a class instance has a private data slot. Set this flag if class instances should be allowed to use the JS_GetPrivate and JS_SetPrivate functions to store and retrieve private data.
| ||||||
See Also
|