Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.h121 const LocalExportEntryMap &GetLocalExportEntries() const in GetLocalExportEntries() function
/arkcompiler/ets_frontend/es2panda/compiler/core/emitter/
DmoduleRecordEmitter.cpp78 auto &localExportEntries = moduleRecord_->GetLocalExportEntries(); in GenLocalExportEntries()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp98 JSHandle<TaggedArray> localExportEntries(thread, module->GetLocalExportEntries()); in HWTEST_F_L0()
258 JSHandle<TaggedArray> localExportEntries(thread, module->GetLocalExportEntries()); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp52 JSTaggedValue entryValue = module->GetLocalExportEntries(); in GetExportedNames()
210 JSHandle<JSTaggedValue> localExportEntriesTv(thread, module->GetLocalExportEntries()); in ResolveExport()
1122 JSTaggedValue localExportEntries = module->GetLocalExportEntries(); in AddLocalExportEntry()
1197 JSTaggedValue exportEntriesTv = GetLocalExportEntries(); in GetModuleValue()
1233 JSTaggedValue localExportEntries = module->GetLocalExportEntries(); in StoreModuleValue()
Djs_module_manager.cpp669 JSHandle<TaggedArray> localExportEntries(thread, ecmaModule->GetLocalExportEntries()); in GetExportObjectIndex()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_info_collector.cpp567 if (currentModule->GetLocalExportEntries().IsUndefined()) { in CollectExportIndexs()
571 JSHandle<TaggedArray> localExportArray(thread, currentModule->GetLocalExportEntries()); in CollectExportIndexs()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp433 currentModule->GetTaggedObject())->GetLocalExportEntries(); in GetModuleVariableIndex()
574 currentModule->GetTaggedObject())->GetLocalExportEntries(); in InitializeExportVariables()
617 currentModule->GetTaggedObject())->GetLocalExportEntries(); in GetLocalExportVariables()
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp222 const auto &localExportEntries = moduleRecord->GetLocalExportEntries(); in ExtractExportModuleRecord()
/arkcompiler/ets_runtime/ecmascript/
Ddump.cpp3470 GetLocalExportEntries().Dump(os); in Dump()
5369 vec.emplace_back("LocalExportEntries", GetLocalExportEntries()); in DumpForSnapshot()