Home | History | Annotate | Download | only in js

Lines Matching refs:sourceFrame

804     if (!view.sourceFrame._loaded) {
1022 * @param {WebInspector.SourceFrame} sourceFrame
1026 TestSuite.prototype._checkExecutionLine = function(sourceFrame, lineNumber, lineContent)
1028 sourceFrame.executionLine, "Unexpected execution line number.");
1029 this.assertEquals(lineContent, sourceFrame._textModel.line(lineNumber - 1), "Unexpected execution line text.");
1096 var frame = WebInspector.currentPanel.visibleView.sourceFrame;