Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDebuggerModel.js413 …function(scriptId, newSource, callback, error, errorData, callFrames, asyncStackTrace, needsStepIn) argument
419 …, this._debuggerPausedDetails.auxData, this._debuggerPausedDetails.breakpointIds, asyncStackTrace);
464 _pausedScript: function(callFrames, reason, auxData, breakpointIds, asyncStackTrace) argument
479 …w WebInspector.DebuggerPausedDetails(callFrames, reason, auxData, breakpointIds, asyncStackTrace));
708 callStackModified: function(newCallFrames, details, asyncStackTrace) argument
714 …, this._debuggerPausedDetails.auxData, this._debuggerPausedDetails.breakpointIds, asyncStackTrace);
753 paused: function(callFrames, reason, auxData, breakpointIds, asyncStackTrace) argument
755 …is._debuggerModel._pausedScript(callFrames, reason, auxData, breakpointIds || [], asyncStackTrace);
958 function protocolCallback(error, callFrames, details, asyncStackTrace) argument
961 WebInspector.debuggerModel.callStackModified(callFrames, details, asyncStackTrace);
[all …]
DCallStackSidebarPane.js55 update: function(callFrames, asyncStackTrace) argument
70 while (asyncStackTrace) {
71 … var title = "[" + (asyncStackTrace.description || WebInspector.UIString("Async Call")) + "]";
74 this._appendSidebarPlacards(asyncStackTrace.callFrames, asyncPlacard);
75 asyncStackTrace = asyncStackTrace.asyncStackTrace;
DScript.js153 function didEditScriptSource(error, errorData, callFrames, debugData, asyncStackTrace) argument
159 callback(error, errorData, callFrames, asyncStackTrace, needsStepIn);
DSourcesPanel.js322 this.sidebarPanes.callstack.update(details.callFrames, details.asyncStackTrace);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.h105 …allFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace);
106 …allFrames, RefPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace);
DInspectorDebuggerAgent.cpp450 …rorString* errorString, RefPtr<Array<CallFrame> >& callFrames, RefPtr<StackTrace>& asyncStackTrace) in getBacktrace() argument
456 asyncStackTrace = currentAsyncStackTrace(); in getBacktrace()
599 …Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace) in setScriptSource() argument
606 asyncStackTrace = currentAsyncStackTrace(); in setScriptSource()
612 …Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace) in restartFrame() argument
627 asyncStackTrace = currentAsyncStackTrace(); in restartFrame()