Searched refs:m_global (Results 1 – 3 of 3) sorted by relevance
74 bool isGlobalInitialized() { return !m_global.isEmpty(); } in isGlobalInitialized()115 ScopedPersistent<v8::Object> m_global; variable
137 …v8::Handle<v8::Object> windowWrapper = V8Window::findInstanceInPrototypeChain(m_global.newLocal(m_… in clearForNavigation()205 if (m_global.isEmpty()) { in initialize()206 m_global.set(m_isolate, context->Global()); in initialize()207 if (m_global.isEmpty()) { in initialize()274 … = v8::Context::New(m_isolate, &extensionConfiguration, globalTemplate, m_global.newLocal(m_isolat… in createContext()
105 m_global (false) in CommandOptions()121 m_global = true; in SetOptionValue()134 m_global = false; in OptionParsingStarting()149 bool m_global; member in CommandObjectSettingsSet::CommandOptions227 if ((argc < 2) && (!m_options.m_global)) in DoExecute()248 if (m_options.m_global) in DoExecute()