Home | History | Annotate | Download | only in front-end

Lines Matching refs:line1

1523             var line1 = this._textModel.line(startLine);
1525 while (line1[startColumn] && line1[startColumn] === line2[startColumn])
1529 var line1 = this._textModel.line(endLine - 1);
1534 if (line1[endColumn - i - 1] !== line2[line2.length - i - 1])