globalContext property
JSGlobalContext
get
globalContext
Gets the global context of a JavaScript execution context.
@result
(JSGlobalContext) ctx's global context.
Implementation
JSGlobalContext get globalContext {
return JSGlobalContext(JSContextGetGlobalContext(_ref));
}