mrdocs::js::Scope::getGlobalObject
Return the global object.
Synopsis
Declared in <mrdocs/Support/JavaScript.hpp>
Value
getGlobalObject();
Description
This function returns a Value that represents the global object in the parent context.
The global object is the root of the ECMAScript object hierarchy and is the value returned by the global this expression.
If the global object does not exist, an error is returned.
Return Value
the global object.
Created with MrDocs