Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dutilities.ts1493 const matchingTokenText = tokenToString(matchingTokenKind)!; constant
1497 const bestGuessIndex = sourceFile.text.lastIndexOf(matchingTokenText, tokenFullStart);