Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DDebuggerModel.js418 …function(scriptId, newSource, callback, error, errorData, callFrames, asyncStackTrace, needsStepIn) argument
424 …, this._debuggerPausedDetails.auxData, this._debuggerPausedDetails.breakpointIds, asyncStackTrace);
470 _pausedScript: function(callFrames, reason, auxData, breakpointIds, asyncStackTrace) argument
472 …DebuggerPausedDetails(this.target(), callFrames, reason, auxData, breakpointIds, asyncStackTrace));
699 callStackModified: function(newCallFrames, details, asyncStackTrace) argument
705 …, this._debuggerPausedDetails.auxData, this._debuggerPausedDetails.breakpointIds, asyncStackTrace);
787 paused: function(callFrames, reason, auxData, breakpointIds, asyncStackTrace) argument
789 …is._debuggerModel._pausedScript(callFrames, reason, auxData, breakpointIds || [], asyncStackTrace);
1075 function protocolCallback(error, callFrames, details, asyncStackTrace) argument
1078 this.target().debuggerModel.callStackModified(callFrames, details, asyncStackTrace);
[all …]
DScript.js185 function didEditScriptSource(error, errorData, callFrames, debugData, asyncStackTrace) argument
191 callback(error, errorData, callFrames, asyncStackTrace, needsStepIn);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DCallStackSidebarPane.js63 var asyncStackTrace = details.asyncStackTrace;
74 while (asyncStackTrace) {
75 var title = asyncStackTrace.description;
85 this._appendSidebarPlacards(asyncStackTrace.callFrames, asyncPlacard);
86 asyncStackTrace = asyncStackTrace.asyncStackTrace;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDebuggerAgent.cpp457 …rorString* errorString, RefPtr<Array<CallFrame> >& callFrames, RefPtr<StackTrace>& asyncStackTrace) in getBacktrace() argument
463 asyncStackTrace = currentAsyncStackTrace(); in getBacktrace()
601 …Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace) in setScriptSource() argument
607 asyncStackTrace = currentAsyncStackTrace(); in setScriptSource()
610 …Array<CallFrame> >& newCallFrames, RefPtr<JSONObject>& result, RefPtr<StackTrace>& asyncStackTrace) in restartFrame() argument
625 asyncStackTrace = currentAsyncStackTrace(); in restartFrame()
DInspectorDebuggerAgent.h116 …fPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace) OVERRIDE FIN…
117 …fPtr<JSONObject>& result, RefPtr<TypeBuilder::Debugger::StackTrace>& asyncStackTrace) OVERRIDE FIN…