Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dutilities.ts4797 … const firstCommentLineAndCharacter = computeLineAndCharacterOfPosition(lineMap, commentPos); constant
4800 …for (let pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr…
4808 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
/third_party/typescript/lib/
DtypingsInstaller.js19045 … var firstCommentLineAndCharacter = ts.computeLineAndCharacterOfPosition(lineMap, commentPos);
19048 …for (var pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr…
19055 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…
Dtsc.js14980 … var firstCommentLineAndCharacter = ts.computeLineAndCharacterOfPosition(lineMap, commentPos);
14983 …for (var pos = commentPos, currentLine = firstCommentLineAndCharacter.line; pos < commentEnd; curr…
14989 …firstCommentLineIndent = calculateIndent(text, lineMap[firstCommentLineAndCharacter.line], comment…