Home
last modified time | relevance | path

Searched refs:callFrames (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DDebuggerModel.js153 _didEditScriptSource: function(sourceID, newSource, callback, error, callFrames) argument
155 if (!error && callFrames && callFrames.length)
156 this._debuggerPausedDetails.callFrames = callFrames;
160 get callFrames() getter in WebInspector.DebuggerModel
162 return this._debuggerPausedDetails.callFrames;
DCallStackSidebarPane.js35 update: function(callFrames, details) argument
41 if (!callFrames) {
49 for (var i = 0; i < callFrames.length; ++i) {
50 var callFrame = callFrames[i];
DScript.js56 function didEditScriptSource(error, callFrames) argument
60 callback(error, callFrames);
DDebuggerPresentationModel.js161 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
DScriptsPanel.js389 var callFrames = event.data.callFrames;
400 this.sidebarPanes.callstack.update(callFrames, details);
428 callFrames[0].sourceLine(didGetSourceLocation.bind(this));
/external/webkit/Source/WebKit/chromium/src/js/
DTests.js762 var callFrames = details.callFrames;
764 for (var i = 0; i < callFrames.length; i++)
765 functionsOnStack.push(callFrames[i].functionName);
/external/webkit/Source/WebCore/inspector/
DInjectedScript.h67 PassRefPtr<InspectorArray> callFrames();
DInjectedScript.cpp134 PassRefPtr<InspectorArray> InjectedScript::callFrames() in callFrames() function in WebCore::InjectedScript
DInspectorDebuggerAgent.cpp370 return injectedScript.callFrames(); in currentCallFrames()
DInjectedScriptSource.js296 callFrames: function() method in InjectedScript
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2451695 (WebCore::InjectedScript::callFrames):
52503 (WebCore::InjectedScript::callFrames):
52844 (WebCore::InjectedScript::callFrames):
DChangeLog42735 (WebCore::InjectedScript::callFrames):
46090 (WebInspector.DebuggerModel.prototype.get callFrames):
DChangeLog-2011-02-1620302 (WebInspector.DebuggerModel.prototype.get callFrames):
DChangeLog-2010-12-0688024 (WebCore::InjectedScript::callFrames):