Searched refs:AddStarExportEntry (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/parser/module/ |
D | sourceTextModuleRecord.h | 96 void AddStarExportEntry(ExportEntry *entry);
|
D | sourceTextModuleRecord.cpp | 99 void SourceTextModuleRecord::AddStarExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddStarExportEntry() function in panda::es2panda::parser::SourceTextModuleRecord
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
D | ecma_module_test.cpp | 128 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/ |
D | js_module_source_text.h | 102 static void AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
|
D | js_module_source_text.cpp | 1149 void SourceTextModule::AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &modul… in AddStarExportEntry() function in panda::ecmascript::SourceTextModule
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | statementParser.cpp | 2276 moduleRecord->AddStarExportEntry(entry); in AddExportStarEntryItem()
|