Home
last modified time | relevance | path

Searched refs:wrapCallFrames (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScript.h88 …PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue…
DInjectedScript.cpp234 PassRefPtr<Array<CallFrame> > InjectedScript::wrapCallFrames(const ScriptValue& callFrames) in wrapCallFrames() function in WebCore::InjectedScript
DInspectorDebuggerAgent.cpp959 return injectedScript.wrapCallFrames(m_currentCallStack); in currentCallFrames()
980 .setCallFrames(injectedScript.wrapCallFrames((*it)->callFrames())) in currentAsyncStackTrace()
DInjectedScriptSource.js627 wrapCallFrames: function(callFrame) method in InjectedScript
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptDebugServer.cpp317 PassRefPtr<JavaScriptCallFrame> ScriptDebugServer::wrapCallFrames(v8::Handle<v8::Object> executionS… in wrapCallFrames() function in WebCore::ScriptDebugServer
340 …RefPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(m_executionState.newLocal(m_isolate)… in currentCallFrames()
466 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent()
479 … RefPtr<JavaScriptCallFrame> topFrame = wrapCallFrames(eventDetails.GetExecutionState(), 1); in handleV8DebugEvent()
DScriptDebugServer.h137 …PassRefPtr<JavaScriptCallFrame> wrapCallFrames(v8::Handle<v8::Object> executionState, int maximumL…