Searched refs:m_windowShell (Results 1 – 2 of 2) sorted by relevance
93 , m_windowShell(V8WindowShell::create(frame, mainThreadNormalWorld(), m_isolate)) in ScriptController()130 m_windowShell->clearForClose(destroyGlobal); in clearForClose()145 m_windowShell->updateSecurityOrigin(); in updateSecurityOrigin()221 if (m_windowShell->isContextInitialized()) in initializeMainWorld()231 return m_windowShell->isContextInitialized() ? m_windowShell.get() : 0; in existingWindowShell()235 return m_windowShell.get(); in existingWindowShell()249 shell = m_windowShell.get(); in windowShell()341 if (!m_windowShell->isContextInitialized()) in enableEval()344 m_windowShell->context()->AllowCodeGenerationFromStrings(true); in enableEval()349 if (!m_windowShell->isContextInitialized()) in disableEval()[all …]
173 OwnPtr<V8WindowShell> m_windowShell; variable