Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts15423 …function getIntersectionType(types: readonly Type[], aliasSymbol?: Symbol, aliasTypeArguments?: re… function
40944 … const methodReturnType = methodReturnTypes ? getIntersectionType(methodReturnTypes) : neverType; constant
/third_party/typescript/lib/
Dtsc.js54723 function getIntersectionType(types, aliasSymbol, aliasTypeArguments, noSupertypeReduction) { function
DtypingsInstaller.js65554 function getIntersectionType(types, aliasSymbol, aliasTypeArguments, noSupertypeReduction) { function