Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.h27 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/
DunionType.h26 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/
Dgeneric.ts18 type UnionType = string | number; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_static/ts_to_sts/
Dmain.ts18 type UnionType = number | string; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/interface/ts_to_ets/
Dinterface_method.ts32 type UnionType = string | number; alias
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
Dgetter.ts69 export type UnionType = number | string; alias
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/abi/
Danalyses.py179 def __init__(self, am: AnalysisManager, t: UnionType):
317 def visit_union_type(self, t: UnionType) -> AbstractTypeABIInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/cpp/
Danalyses.py158 def __init__(self, am: AnalysisManager, t: UnionType):
360 def visit_union_type(self, t: UnionType) -> AbstractTypeCppInfo:
/arkcompiler/runtime_core/taihe/compiler/taihe/semantics/
Dtypes.py306 class UnionType(UserType): class
Dvisitor.py147 def visit_union_type(self, t: "UnionType") -> T:
/arkcompiler/runtime_core/static_core/plugins/ets/doc/interop_js/
D6_ts.rst997 Description
/arkcompiler/runtime_core/taihe/compiler/taihe/codegen/ani/
Danalyses.py1230 def __init__(self, am: AnalysisManager, t: UnionType):
2174 def visit_union_type(self, t: UnionType) -> AbstractTypeANIInfo:
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument