Searched refs:AddStarExportEntry (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_frontend/es2panda/parser/module/ |
H A D | sourceTextModuleRecord.h | 122 void AddStarExportEntry(ExportEntry *entry);
|
H A D | sourceTextModuleRecord.cpp | 105 void SourceTextModuleRecord::AddStarExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddStarExportEntry() function in panda::es2panda::parser::SourceTextModuleRecord
|
/arkcompiler/ets_runtime/ecmascript/module/ |
H A D | js_module_source_text.h | 162 static void AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
|
H A D | js_module_source_text.cpp | 1366 void SourceTextModule::AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module, in AddStarExportEntry() function in panda::ecmascript::SourceTextModule
|
/arkcompiler/ets_runtime/ecmascript/module/tests/ |
H A D | ecma_module_test.cpp | 174 HWTEST_F_L0(EcmaModuleTest, AddStarExportEntry) in HWTEST_F_L0() 179 SourceTextModule::AddStarExportEntry(thread, module, starExportEntry1, 0, 2); in HWTEST_F_L0() 181 SourceTextModule::AddStarExportEntry(thread, module, starExportEntry2, 1, 2); in HWTEST_F_L0()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | statementParser.cpp | 2377 moduleRecord->AddStarExportEntry(entry); in AddExportStarEntryItem()
|
Completed in 20 milliseconds