Home
last modified time | relevance | path

Searched refs:AddImportEntry (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dmodule_record.h43 void AddImportEntry(const ImportEntry &import_entry);
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dmodule_record.cpp31 void ModuleRecord::AddImportEntry(const ImportEntry &import_entry) in AddImportEntry() function in panda::defect_scan_aux::ModuleRecord
Dabc_file.cpp408 module_record->AddImportEntry({module_request, import_name, local_name}); in ExtractModuleRecord()
415 module_record->AddImportEntry({module_request, "*", local_name}); in ExtractModuleRecord()
/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.h91 void AddImportEntry(ImportEntry *entry);
DsourceTextModuleRecord.cpp36 void SourceTextModuleRecord::AddImportEntry(SourceTextModuleRecord::ImportEntry *entry) in AddImportEntry() function in panda::es2panda::parser::SourceTextModuleRecord
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp71 HWTEST_F_L0(EcmaModuleTest, AddImportEntry) in HWTEST_F_L0() argument
76 SourceTextModule::AddImportEntry(thread, module, importEntry1, 0, 2); in HWTEST_F_L0()
78 SourceTextModule::AddImportEntry(thread, module, importEntry2, 1, 2); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.h96 static void AddImportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module,
Djs_module_source_text.cpp1097 void SourceTextModule::AddImportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module, in AddImportEntry() function in panda::ecmascript::SourceTextModule
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp2173 moduleRecord->AddImportEntry(entry); in AddImportEntryItem()
2191 moduleRecord->AddImportEntry(entry); in AddImportEntryItem()