Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts12251 function getPropertiesOfUnionOrIntersectionType(type: UnionOrIntersectionType): Symbol[] { function
20970 …const props = source.flags & TypeFlags.Intersection ? getPropertiesOfUnionOrIntersectionType(sourc… constant
/third_party/typescript/lib/
Dtsc.js51378 function getPropertiesOfUnionOrIntersectionType(type) { function
DtypingsInstaller.js61750 function getPropertiesOfUnionOrIntersectionType(type) { function