Searched refs:AddLocalExportEntry (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_data_extractor.cpp | 99 …SourceTextModule::AddLocalExportEntry(thread, moduleRecord, localExportEntry, 0, 1); // 1 means len in ParseCjsModule() 116 …SourceTextModule::AddLocalExportEntry(thread, moduleRecord, localExportEntry, 0, 1); // 1 means len in ParseJsonModule() 142 SourceTextModule::AddLocalExportEntry(thread, moduleRecord, localExportEntry, 0, 1); in ParseNativeModule()
|
| D | js_module_source_text.h | 98 static void AddLocalExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
|
| D | js_module_source_text.cpp | 1118 void SourceTextModule::AddLocalExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &modu… in AddLocalExportEntry() function in panda::ecmascript::SourceTextModule
|
| /arkcompiler/ets_runtime/ecmascript/module/tests/ |
| D | ecma_module_test.cpp | 90 HWTEST_F_L0(EcmaModuleTest, AddLocalExportEntry) in HWTEST_F_L0() argument 95 SourceTextModule::AddLocalExportEntry(thread, module, localExportEntry1, 0, 2); in HWTEST_F_L0() 97 SourceTextModule::AddLocalExportEntry(thread, module, localExportEntry2, 1, 2); in HWTEST_F_L0() 160 SourceTextModule::AddLocalExportEntry(thread, module, localExportEntry, 0, 1); in HWTEST_F_L0() 193 SourceTextModule::AddLocalExportEntry(thread, moduleExport, localExportEntry, 0, 1); in HWTEST_F_L0() 255 SourceTextModule::AddLocalExportEntry(thread, module, localExportEntry1, 0, 2); in HWTEST_F_L0() 257 SourceTextModule::AddLocalExportEntry(thread, module, localExportEntry2, 1, 2); in HWTEST_F_L0()
|
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| D | sourceTextModuleRecord.h | 93 bool AddLocalExportEntry(ExportEntry *entry);
|
| D | sourceTextModuleRecord.cpp | 62 bool SourceTextModuleRecord::AddLocalExportEntry(SourceTextModuleRecord::ExportEntry *entry) in AddLocalExportEntry() function in panda::es2panda::parser::SourceTextModuleRecord
|
| /arkcompiler/ets_frontend/es2panda/parser/ |
| D | statementParser.cpp | 2238 if (!moduleRecord->AddLocalExportEntry(entry)) { in AddExportNamedEntryItem() 2271 if (!moduleRecord->AddLocalExportEntry(exportEntry)) { in AddExportStarEntryItem() 2305 if (!moduleRecord->AddLocalExportEntry(entry)) { in AddExportDefaultEntryItem() 2330 if (!moduleRecord->AddLocalExportEntry(entry)) { in AddExportLocalEntryItem() 2354 if (!moduleRecord->AddLocalExportEntry(entry)) { in AddExportLocalEntryItem()
|
| /arkcompiler/ets_frontend/es2panda/parser/transformer/ |
| D | transformer.cpp | 1483 [[maybe_unused]] bool res = moduleRecord->AddLocalExportEntry(entry); in AddExportLocalEntryItem()
|