Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp49 … JSHandle<TaggedArray> newExportStarSet = TaggedArray::SetCapacity(thread, exportStarSet, len + 1); in GetExportedNames() local
1264 … CVector<std::string> &exportedNames, JSHandle<TaggedArray> &newExportStarSet) in SetExportName()