Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts15022 …function getUnionType(types: readonly Type[], unionReduction: UnionReduction = UnionReduction.Lite… function
28322 …const unionType = propTypes.length ? getUnionType(propTypes, UnionReduction.Subtype) : undefinedTy… constant
40264 …const methodParameterType = methodParameterTypes ? getUnionType(methodParameterTypes) : unknownTyp… constant
/third_party/typescript/lib/
DtypingsInstaller.js51046 getUnionType: getUnionType, property
64154 function getUnionType(types, unionReduction, aliasSymbol, aliasTypeArguments, origin) { function
Dtsc.js42035 getUnionType: getUnionType, property
53499 function getUnionType(types, unionReduction, aliasSymbol, aliasTypeArguments, origin) { function