Searched defs:UnionType (Results 1 – 13 of 13) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | unionType.h | 27 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() function 39 explicit UnionType(ArenaVector<Type *> &&constituentTypes) in UnionType() function 47 explicit UnionType(ArenaVector<Type *> &constituentTypes) in UnionType() function
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | unionType.h | 26 UnionType(ArenaAllocator *allocator, std::initializer_list<Type *> types) in UnionType() function 40 explicit UnionType(ArenaAllocator *allocator, ArenaVector<Type *> &&constituentTypes) in UnionType() function 50 explicit UnionType(ArenaAllocator *allocator, ArenaVector<Type *> &constituentTypes) in UnionType() function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/ |
| D | generic.ts | 18 type UnionType = string | number; alias
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/ts_to_sts/ |
| D | main.ts | 18 type UnionType = number | string; alias
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/ |
| D | interface_method.ts | 32 type UnionType = string | number; alias
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/ |
| D | getter.ts | 69 export type UnionType = number | string; alias
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/ |
| D | analyses.py | 179 def __init__(self, am: AnalysisManager, t: UnionType): 317 def visit_union_type(self, t: UnionType) -> AbstractTypeABIInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/ |
| D | analyses.py | 158 def __init__(self, am: AnalysisManager, t: UnionType): 360 def visit_union_type(self, t: UnionType) -> AbstractTypeCppInfo:
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/semantics/ |
| D | types.py | 306 class UnionType(UserType): class
|
| D | visitor.py | 147 def visit_union_type(self, t: "UnionType") -> T:
|
| /arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/ |
| D | 6_ts.rst | 997 Description
|
| /arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/ |
| D | analyses.py | 1230 def __init__(self, am: AnalysisManager, t: UnionType): 2174 def visit_union_type(self, t: UnionType) -> AbstractTypeANIInfo:
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|