Entry: JSCLASS_HAS_PRIVATE (Macro)
Summary: Flag that indicates a class instance has a private data slot.
Syntax:
JSCLASS_HAS_PRIVATE
Description:
JSCLASS_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:
|
|
|