Home
last modified time | relevance | path

Searched defs:unionType (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/typescript/types/
DunionType.cpp113 Type *UnionType::HandleUnionType(UnionType *unionType, GlobalTypesHolder *globalTypesHolder) in HandleUnionType()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp443 UnionType unionType(this, typeAnnotation->AsTSUnionType()); in GetTypeIndexFromAnnotation() local
450 UnionType unionType(this, type->AsTSUnionType()); in GetTypeIndexFromAnnotation() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp151 JSHandle<TSUnionType> unionType = ParseUnionType(jsPandaFile, recordName, literal); in ParseNonImportType() local
298 JSHandle<TSUnionType> unionType = factory_->NewTSUnionType(numOfUnionMembers); in ParseUnionType() local
Dts_manager.cpp274 JSHandle<TSUnionType> unionType = JSHandle<TSUnionType>(tsType); in GetUnionTypeLength() local
284 JSHandle<TSUnionType> unionType = JSHandle<TSUnionType>(tsType); in GetUnionTypeByIndex() local
421 JSHandle<TSUnionType> unionType = factory_->NewTSUnionType(length); in GetOrCreateUnionType() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp293 JSHandle<TSUnionType> unionType(type); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dtype_infer.cpp361 auto unionType = tsManager_->GetOrCreateUnionType(typeList); in InferPhiGate() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1015 JSHandle<TSUnionType> unionType = factory->NewTSUnionType(1); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1564 auto *unionType = AllocNode<ir::TSUnionType>(std::move(types)); in ParseTsUnionType() local
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.cpp3300 JSHandle<TSUnionType> unionType(thread_, header); in NewTSUnionType() local