Searched refs:debuggerWorld (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DDOMWrapperWorld.h87 inline DOMWrapperWorld* debuggerWorld() { return mainThreadNormalWorld(); } function in namespace:WebCore
/external/webkit/Source/WebCore/bindings/v8/
H A DScriptState.h116 inline DOMWrapperWorld* debuggerWorld() { return mainThreadNormalWorld(); } function in namespace:WebCore
/external/webkit/Source/WebCore/inspector/
H A DInspectorFrontendClientLocal.cpp86 m_frontendScriptState = scriptStateFromPage(debuggerWorld(), m_frontendPage);
H A DInspectorFrontendHost.cpp247 ScriptState* frontendScriptState = scriptStateFromPage(debuggerWorld(), m_frontendPage);
H A DInspectorProfilerAgent.cpp302 JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->globalExec();
319 JSC::ExecState* scriptState = toJSDOMWindow(m_inspectedPage->mainFrame(), debuggerWorld())->globalExec();
/external/webkit/Source/WebKit/mac/WebView/
H A DWebFrame.mm302 // if the script debugger is attached before a document is created. These calls use the debuggerWorld(), we will need to pass a world
304 if (!scriptController->existingWindowShell(debuggerWorld()))
307 JSGlobalObject* globalObject = scriptController->globalObject(debuggerWorld());

Completed in 804 milliseconds