Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DtypeWriter.ts180 …const declText = `Decl(${ fileName }, ${ isLibFile ? "--" : declLineAndCharacter.line }, ${ isLibF… constant
181 symbolString += declText;
182 (declaration as any).__symbolTestOutputCache = declText;