Home
last modified time | relevance | path

Searched defs:isUnion (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/services/
Dtypes.ts68 isUnion(): this is UnionType; method
/third_party/typescript/lib/
Dtypescript.d.ts6119 isUnion(): this is UnionType; method
DtypescriptServices.d.ts6119 isUnion(): this is UnionType; method
Dtsserverlibrary.d.ts6119 isUnion(): this is UnionType; method
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts6119 isUnion(): this is UnionType; method
Dtsserverlibrary.d.ts6119 isUnion(): this is UnionType; method
/third_party/typescript/src/compiler/
Dchecker.ts12688 const isUnion = containingType.flags & TypeFlags.Union; constant