Searched refs:newExportStarSet (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/module/ |
D | js_module_source_text.h | 184 … CVector<std::string> &exportedNames, JSHandle<TaggedArray> &newExportStarSet);
|
D | js_module_source_text.cpp | 49 … JSHandle<TaggedArray> newExportStarSet = TaggedArray::SetCapacity(thread, exportStarSet, len + 1); in GetExportedNames() local 50 newExportStarSet->Set(thread, len, module.GetTaggedValue()); in GetExportedNames() 73 SetExportName(thread, moduleRequest, module, exportedNames, newExportStarSet); in GetExportedNames() 1264 … CVector<std::string> &exportedNames, JSHandle<TaggedArray> &newExportStarSet) in SetExportName() argument 1283 SourceTextModule::GetExportedNames(thread, requestedModule, newExportStarSet); in SetExportName()
|