Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DtypeWriter.ts103 const actualPos = ts.skipTrivia(this.currentSourceFile.text, node.pos); constant
104 … const lineAndCharacter = this.currentSourceFile.getLineAndCharacterOfPosition(actualPos);