globalObject property

JSObject globalObject

Implementation

JSObject get globalObject {
  return JSObject(this, js_bd.JSContextGetGlobalObject(_ref));
}