Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInjectedScript.h95 …PassRefPtr<TypeBuilder::Array<TypeBuilder::Debugger::CallFrame> > wrapCallFrames(const ScriptValue…
DInjectedScript.cpp250 PassRefPtr<Array<CallFrame> > InjectedScript::wrapCallFrames(const ScriptValue& callFrames, int asy… in wrapCallFrames() function in blink::InjectedScript
DInspectorDebuggerAgent.cpp1246 return injectedScript.wrapCallFrames(m_currentCallStack, 0); in currentCallFrames()
1270 .setCallFrames(injectedScript.wrapCallFrames(callFrames, asyncOrdinal)) in currentAsyncStackTrace()
DInjectedScriptSource.js779 wrapCallFrames: function(callFrame, asyncOrdinal) method in InjectedScript
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.h155 PassRefPtrWillBeRawPtr<JavaScriptCallFrame> wrapCallFrames(int maximumLimit, ScopeInfoDetails);
DScriptDebugServer.cpp342 PassRefPtrWillBeRawPtr<JavaScriptCallFrame> ScriptDebugServer::wrapCallFrames(int maximumLimit, Sco… in wrapCallFrames() function in blink::ScriptDebugServer
374 RefPtrWillBeRawPtr<JavaScriptCallFrame> currentCallFrame = wrapCallFrames(0, scopeDetails); in currentCallFramesInner()
/external/chromium_org/v8/
DChangeLog74 Fix crash in ScriptDebugServer::wrapCallFrames (Chromium issue 411196).