Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts1494 const tokenFullStart = token.getFullStart(); constant
1497 const bestGuessIndex = sourceFile.text.lastIndexOf(matchingTokenText, tokenFullStart);
1502 if (sourceFile.text.lastIndexOf(closeTokenText, tokenFullStart - 1) < bestGuessIndex) {