Home
last modified time | relevance | path

Searched refs:GetOrCreateUnionType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h253 GlobalTSTypeRef PUBLIC_API GetOrCreateUnionType(CVector<GlobalTSTypeRef> unionTypeVec);
Dts_manager.cpp499 GlobalTSTypeRef TSManager::GetOrCreateUnionType(CVector<GlobalTSTypeRef> unionTypeVec) in GetOrCreateUnionType() function in panda::ecmascript::TSManager
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.cpp399 auto unionType = tsManager_->GetOrCreateUnionType(typeList); in InferPhiGate()