Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DsymbolWalker.ts18 const visitedTypes: Type[] = []; // Sparse array from id to type constant
Dchecker.ts8626 visitedTypes: Set<number> | undefined; property
/third_party/typescript/scripts/
DbuildProtocol.mjs28 visitedTypes = []; field in DeclarationsWalker
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1795 const { visitedTypes } = symbolWalker.walkType(type); constant