Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/typescript/core/
Dobject.cpp114 ArenaVector<Type *> stringInfoTypes(allocator_->Adapter()); in ResolveUnionTypeMembers() local
140 stringInfoTypes.push_back(objType->StringIndexInfo()->GetType()); in ResolveUnionTypeMembers()
151 if (!stringInfoTypes.empty()) { in ResolveUnionTypeMembers()
152 …ringIndexInfo = allocator_->New<IndexInfo>(CreateUnionType(std::move(stringInfoTypes)), "x", false… in ResolveUnionTypeMembers()