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 | 299 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 | 233 UnionType, enumerator
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 299 UnionType = 191, enumerator 2878 export interface UnionType extends UnionOrIntersectionType { interface 6134 isUnion(): this is UnionType; property
|
| D | typescriptServices.d.ts | 299 UnionType = 191, enumerator 2878 export interface UnionType extends UnionOrIntersectionType { interface 6134 isUnion(): this is UnionType; property
|
| D | tsserverlibrary.d.ts | 299 UnionType = 191, enumerator 2878 export interface UnionType extends UnionOrIntersectionType { interface 6134 isUnion(): this is UnionType; property
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 299 UnionType = 191, enumerator 2878 export interface UnionType extends UnionOrIntersectionType { interface 6134 isUnion(): this is UnionType; property
|
| D | tsserverlibrary.d.ts | 299 UnionType = 191, enumerator 2878 export interface UnionType extends UnionOrIntersectionType { interface 6134 isUnion(): this is UnionType; property
|