Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts15063 …function getUnionType(types: readonly Type[], unionReduction: UnionReduction = UnionReduction.Lite… function
28363 …const unionType = propTypes.length ? getUnionType(propTypes, UnionReduction.Subtype) : undefinedTy… constant
40326 …const methodParameterType = methodParameterTypes ? getUnionType(methodParameterTypes) : unknownTyp… constant
/third_party/typescript/lib/
DtypingsInstaller.js51220 getUnionType: getUnionType, property
64349 function getUnionType(types, unionReduction, aliasSymbol, aliasTypeArguments, origin) { function
Dtsc.js42199 getUnionType: getUnionType, property
53678 function getUnionType(types, unionReduction, aliasSymbol, aliasTypeArguments, origin) { function