Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/front-end/
DDebuggerPresentationModel.js38 this._presentationCallFrames = []; property in WebInspector.DebuggerPresentationModel
519 this._presentationCallFrames = []; property
526 …this._presentationCallFrames.push(new WebInspector.PresenationCallFrame(callFrame, i, sourceFile));
529 …uggerPresentationModel.Events.DebuggerPaused, { callFrames: this._presentationCallFrames, details:…
531 this.selectedCallFrame = this._presentationCallFrames[this._selectedCallFrameIndex];
536 this._presentationCallFrames = []; property
550 return this._presentationCallFrames[this._selectedCallFrameIndex];
595 this._presentationCallFrames = []; property