Entry: JS_GetGlobalObject (Function)
Summary: Retrieves a pointer to the global JS object for an executable script context.
Syntax:
JSObject * JS_GetGlobalObject(JSContext *cx);
Description:
JS_GetGlobalObject enables you to retrieve a pointer to the global JS object for a specified JSContext, cx.
See also:
|
|
|