Home
last modified time | relevance | path

Searched defs:visitedTypes (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
DsymbolWalker.ts19 const visitedTypes: Type[] = []; // Sparse array from id to type constant
/third_party/typescript/scripts/
DbuildProtocol.ts15 private visitedTypes: ts.Type[] = []; property in DeclarationsWalker
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1738 const { visitedTypes } = symbolWalker.walkType(type); constant