Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.h96 void AddStarExportEntry(ExportEntry *entry);
DsourceTextModuleRecord.cpp99 void SourceTextModuleRecord::AddStarExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddStarExportEntry() function in panda::es2panda::parser::SourceTextModuleRecord
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp128 HWTEST_F_L0(EcmaModuleTest, AddStarExportEntry) in HWTEST_F_L0() argument
133 SourceTextModule::AddStarExportEntry(thread, module, starExportEntry1, 0, 2); in HWTEST_F_L0()
135 SourceTextModule::AddStarExportEntry(thread, module, starExportEntry2, 1, 2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h102 static void AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
Djs_module_source_text.cpp1149 void SourceTextModule::AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &modul… in AddStarExportEntry() function in panda::ecmascript::SourceTextModule
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2276 moduleRecord->AddStarExportEntry(entry); in AddExportStarEntryItem()