Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts16559 …const newCheckType = newRoot.isDistributive ? getMappedType(newRoot.checkType, newRootMapper) : un… constant
17224 function getMappedType(type: Type, mapper: TypeMapper): Type { function
17628 … const distributionType = root.isDistributive ? getMappedType(checkType, newMapper) : undefined; constant
/third_party/typescript/lib/
DtypingsInstaller.js66390 function getMappedType(type, mapper) { function
Dtsc.js55494 function getMappedType(type, mapper) { function