| ||||||
SummaryCasts a JS value to a private data pointer. | ||||||
SyntaxJSVAL_TO_PRIVATE(v) | ||||||
DescriptionJSVAL_TO_PRIVATE casts a JS value, v , to a void pointer to private data. Private data is associated with an JS class on which the JSCLASS_HAS_PRIVATE attribute is set. Private data is user-allocated, defined, and maintained. Private pointers must be word aligned.
| ||||||
See Also
|