Searched defs:UnionType (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | types.h | 243 class UnionType; variable 346 friend class UnionType; variable 473 friend UnionType; variable 660 UnionType(int length, Zone* zone) : StructuralType(kUnion, length, zone) {} in UnionType() function
|
/third_party/python/Lib/ |
D | types.py | 301 UnionType = type(int | str) variable
|
/third_party/node/deps/v8/src/torque/ |
D | types.h | 388 DECLARE_TYPE_BOILERPLATE(UnionType) in DECLARE_TYPE_BOILERPLATE() argument 481 explicit UnionType(const Type* t) : Type(Kind::kUnionType, t), types_({t}) {} in UnionType() function
|
/third_party/typescript/src/services/ |
D | types.ts | 68 isUnion(): this is UnionType; property
|
/third_party/typescript/src/compiler/ |
D | types.ts | 232 UnionType, enumerator
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 298 UnionType = 190, enumerator 2861 export interface UnionType extends UnionOrIntersectionType { interface 6099 isUnion(): this is UnionType; property
|
D | typescriptServices.d.ts | 298 UnionType = 190, enumerator 2861 export interface UnionType extends UnionOrIntersectionType { interface 6099 isUnion(): this is UnionType; property
|
D | tsserverlibrary.d.ts | 298 UnionType = 190, enumerator 2861 export interface UnionType extends UnionOrIntersectionType { interface 6099 isUnion(): this is UnionType; property
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 298 UnionType = 190, enumerator 2861 export interface UnionType extends UnionOrIntersectionType { interface 6099 isUnion(): this is UnionType; property
|
D | tsserverlibrary.d.ts | 298 UnionType = 190, enumerator 2861 export interface UnionType extends UnionOrIntersectionType { interface 6099 isUnion(): this is UnionType; property
|