| ||||||
SummaryRetrieves a pointer to the global JS object for an executable script context. | ||||||
SyntaxJSObject * JS_GetGlobalObject(JSContext *cx); | ||||||
DescriptionJS_GetGlobalObject enables you to retrieve a pointer to the global JS object for a specified JSContext , cx .
| ||||||
See Also
|