Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts351 const lastLineInFile = getLineAndCharacterOfPosition(file, file.text.length).line; constant
370 …const lineEnd = i < lastLineInFile ? getPositionOfLineAndCharacter(file, i + 1, 0) : file.text.len…
/third_party/typescript/lib/
DtypingsInstaller.js120937 var lastLineInFile = ts.getLineAndCharacterOfPosition(file, file.text.length).line;
120953 …var lineEnd = i < lastLineInFile ? ts.getPositionOfLineAndCharacter(file, i + 1, 0) : file.text.le…
Dtsc.js100307 var lastLineInFile = ts.getLineAndCharacterOfPosition(file, file.text.length).line;
100321 …var lineEnd = i < lastLineInFile ? ts.getPositionOfLineAndCharacter(file, i + 1, 0) : file.text.le…