Home
last modified time | relevance | path

Searched defs:UnionType (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dtypes.h243 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/
Dtypes.py301 UnionType = type(int | str) variable
/third_party/node/deps/v8/src/torque/
Dtypes.h388 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/
Dtypes.ts68 isUnion(): this is UnionType; property
/third_party/typescript/src/compiler/
Dtypes.ts232 UnionType, enumerator
/third_party/typescript/lib/
Dtypescript.d.ts298 UnionType = 190, enumerator
2861 export interface UnionType extends UnionOrIntersectionType { interface
6099 isUnion(): this is UnionType; property
DtypescriptServices.d.ts298 UnionType = 190, enumerator
2861 export interface UnionType extends UnionOrIntersectionType { interface
6099 isUnion(): this is UnionType; property
Dtsserverlibrary.d.ts298 UnionType = 190, enumerator
2861 export interface UnionType extends UnionOrIntersectionType { interface
6099 isUnion(): this is UnionType; property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts298 UnionType = 190, enumerator
2861 export interface UnionType extends UnionOrIntersectionType { interface
6099 isUnion(): this is UnionType; property
Dtsserverlibrary.d.ts298 UnionType = 190, enumerator
2861 export interface UnionType extends UnionOrIntersectionType { interface
6099 isUnion(): this is UnionType; property