Home
last modified time | relevance | path

Searched refs:unionTypeVec (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp499 GlobalTSTypeRef TSManager::GetOrCreateUnionType(CVector<GlobalTSTypeRef> unionTypeVec) in GetOrCreateUnionType() argument
501 uint32_t length = unionTypeVec.size(); in GetOrCreateUnionType()
505 … components->Set(thread_, unionArgIndex, JSTaggedValue(unionTypeVec[unionArgIndex].GetType())); in GetOrCreateUnionType()
Dts_manager.h253 GlobalTSTypeRef PUBLIC_API GetOrCreateUnionType(CVector<GlobalTSTypeRef> unionTypeVec);