Home
last modified time | relevance | path

Searched refs:importEntry (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/module/
H A DsourceTextModuleRecord.cpp145 void SourceTextModuleRecord::CheckImplicitIndirectExport(SourceTextModuleRecord::ImportEntry *importEntry) in CheckImplicitIndirectExport() argument
147 ASSERT(!importEntry->localName_.Empty()); in CheckImplicitIndirectExport()
148 auto range = localExportEntries_.equal_range(importEntry->localName_); in CheckImplicitIndirectExport()
156 ConvertLocalExportToIndirect(importEntry, exportEntry); in CheckImplicitIndirectExport()
162 void SourceTextModuleRecord::ConvertLocalExportToIndirect(SourceTextModuleRecord::ImportEntry *importEntry, in ConvertLocalExportToIndirect() argument
165 CHECK_NOT_NULL(importEntry); in ConvertLocalExportToIndirect()
168 ASSERT(!importEntry->importName_.Empty()); in ConvertLocalExportToIndirect()
169 ASSERT(importEntry->moduleRequestIdx_ != -1); in ConvertLocalExportToIndirect()
170 exportEntry->importName_ = importEntry->importName_; in ConvertLocalExportToIndirect()
171 exportEntry->moduleRequestIdx_ = importEntry in ConvertLocalExportToIndirect()
[all...]
H A DsourceTextModuleRecord.h125 void CheckImplicitIndirectExport(ImportEntry *importEntry);
179 void ConvertLocalExportToIndirect(ImportEntry *importEntry, ExportEntry *exportEntry);
/arkcompiler/ets_runtime/ecmascript/jspandafile/accessor/
H A Dmodule_data_accessor.cpp71 JSHandle<ImportEntry> importEntry = factory->NewImportEntry(moduleRequest, importName, localName, in EnumerateImportEntry() local
73 regularImportEntries->Set(thread, idx, importEntry); in EnumerateImportEntry()
93 JSHandle<ImportEntry> importEntry = factory->NewImportEntry(moduleRequest, importName, localName, in EnumerateImportEntry() local
95 importEntries->Set(thread, idx, importEntry); in EnumerateImportEntry()
/arkcompiler/ets_runtime/ecmascript/module/
H A Dmodule_logger.cpp78 JSHandle<ImportEntry> importEntry(thread, importArray->Get(index)); in InsertModuleLoadInfo()
79 JSHandle<JSTaggedValue> importName(thread, importEntry->GetImportName()); in InsertModuleLoadInfo()
H A Djs_module_source_text.h157 const JSHandle<ImportEntry> &importEntry, size_t idx, uint32_t len);
H A Djs_module_source_text.cpp1315 const JSHandle<ImportEntry> &importEntry, size_t idx, uint32_t len) in AddImportEntry()
1321 array->Set(thread, idx, importEntry.GetTaggedValue()); in AddImportEntry()
1327 entries->Set(thread, idx, importEntry.GetTaggedValue()); in AddImportEntry()
1331 entries->Set(thread, idx, importEntry.GetTaggedValue()); in AddImportEntry()
1314 AddImportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<ImportEntry> &importEntry, size_t idx, uint32_t len) AddImportEntry() argument
/arkcompiler/ets_runtime/ecmascript/module/tests/
H A Decma_module_test.cpp1517 JSHandle<ImportEntry> importEntry = objectFactory->NewImportEntry(moduleRequest, importName, in HWTEST_F_L0() local
1519 SourceTextModule::AddImportEntry(thread, module2, importEntry, 0, 1); in HWTEST_F_L0()
1977 JSHandle<ImportEntry> importEntry = in HWTEST_F_L0() local
1979 SourceTextModule::AddImportEntry(thread, module1, importEntry, 0, 1); in HWTEST_F_L0()
2025 JSHandle<ImportEntry> importEntry = in HWTEST_F_L0() local
2027 SourceTextModule::AddImportEntry(thread, module1, importEntry, 0, 1); in HWTEST_F_L0()
2077 JSHandle<ImportEntry> importEntry = in HWTEST_F_L0() local
2079 SourceTextModule::AddImportEntry(thread, module1, importEntry, 0, 1); in HWTEST_F_L0()
2121 JSHandle<ImportEntry> importEntry = in HWTEST_F_L0() local
2123 SourceTextModule::AddImportEntry(thread, module1, importEntry, in HWTEST_F_L0()
2857 JSHandle<ImportEntry> importEntry = HWTEST_F_L0() local
2904 JSHandle<ImportEntry> importEntry = HWTEST_F_L0() local
3285 JSHandle<ImportEntry> importEntry = objectFactory->NewImportEntry(val, val, val, SharedTypes::UNSENDABLE_MODULE); HWTEST_F_L0() local
3657 JSHandle<ImportEntry> importEntry = HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/tests/
H A Ddump_test.cpp1451 JSHandle<ImportEntry> importEntry = factory->NewImportEntry(); in HWTEST_F_L0() local
1452 DUMP_FOR_HANDLE(importEntry); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/parser/
H A DstatementParser.cpp2365 auto *importEntry = moduleRecord->NewEntry<parser::SourceTextModuleRecord::ImportEntry>( in AddExportStarEntryItem() local
2369 moduleRecord->AddStarImportEntry(importEntry); in AddExportStarEntryItem()

Completed in 23 milliseconds