Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/parser/module/
H A DsourceTextModuleRecord.h122 void AddStarExportEntry(ExportEntry *entry);
H A DsourceTextModuleRecord.cpp105 void SourceTextModuleRecord::AddStarExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddStarExportEntry() function in panda::es2panda::parser::SourceTextModuleRecord
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.h162 static void AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
H A Djs_module_source_text.cpp1366 void SourceTextModule::AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module, in AddStarExportEntry() function in panda::ecmascript::SourceTextModule
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp174 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 DstatementParser.cpp2377 moduleRecord->AddStarExportEntry(entry); in AddExportStarEntryItem()

Completed in 20 milliseconds