Searched refs:unionTypeVec (Results 1 – 2 of 2) sorted by relevance
499 GlobalTSTypeRef TSManager::GetOrCreateUnionType(CVector<GlobalTSTypeRef> unionTypeVec) in GetOrCreateUnionType() argument501 uint32_t length = unionTypeVec.size(); in GetOrCreateUnionType()505 … components->Set(thread_, unionArgIndex, JSTaggedValue(unionTypeVec[unionArgIndex].GetType())); in GetOrCreateUnionType()
253 GlobalTSTypeRef PUBLIC_API GetOrCreateUnionType(CVector<GlobalTSTypeRef> unionTypeVec);