Searched refs:callFrames (Results 1 – 14 of 14) sorted by relevance
153 _didEditScriptSource: function(sourceID, newSource, callback, error, callFrames) argument155 if (!error && callFrames && callFrames.length)156 this._debuggerPausedDetails.callFrames = callFrames;160 get callFrames() getter in WebInspector.DebuggerModel162 return this._debuggerPausedDetails.callFrames;
35 update: function(callFrames, details) argument41 if (!callFrames) {49 for (var i = 0; i < callFrames.length; ++i) {50 var callFrame = callFrames[i];
56 function didEditScriptSource(error, callFrames) argument60 callback(error, callFrames);
161 if (!error && WebInspector.debuggerModel.callFrames)223 if (WebInspector.debuggerModel.callFrames)518 var callFrames = WebInspector.debuggerModel.callFrames;520 for (var i = 0; i < callFrames.length; ++i) {521 var callFrame = callFrames[i];529 …teners(WebInspector.DebuggerPresentationModel.Events.DebuggerPaused, { callFrames: this._presentat… property
389 var callFrames = event.data.callFrames;400 this.sidebarPanes.callstack.update(callFrames, details);428 callFrames[0].sourceLine(didGetSourceLocation.bind(this));
762 var callFrames = details.callFrames;764 for (var i = 0; i < callFrames.length; i++)765 functionsOnStack.push(callFrames[i].functionName);
67 PassRefPtr<InspectorArray> callFrames();
134 PassRefPtr<InspectorArray> InjectedScript::callFrames() in callFrames() function in WebCore::InjectedScript
370 return injectedScript.callFrames(); in currentCallFrames()
296 callFrames: function() method in InjectedScript
51695 (WebCore::InjectedScript::callFrames):52503 (WebCore::InjectedScript::callFrames):52844 (WebCore::InjectedScript::callFrames):
42735 (WebCore::InjectedScript::callFrames):46090 (WebInspector.DebuggerModel.prototype.get callFrames):
20302 (WebInspector.DebuggerModel.prototype.get callFrames):
88024 (WebCore::InjectedScript::callFrames):