Searched defs:exportEntry (Results 1 - 3 of 3) sorted by relevance
| /arkcompiler/ets_frontend/es2panda/parser/module/ |
| H A D | sourceTextModuleRecord.cpp | 132 bool SourceTextModuleRecord::CheckImplicitIndirectExport(SourceTextModuleRecord::ExportEntry *exportEntry) in CheckImplicitIndirectExport() argument 155 SourceTextModuleRecord::ExportEntry *exportEntry = it->second; in CheckImplicitIndirectExport() local 162 ConvertLocalExportToIndirect(SourceTextModuleRecord::ImportEntry *importEntry, SourceTextModuleRecord::ExportEntry *exportEntry) ConvertLocalExportToIndirect() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/module/ |
| H A D | js_module_source_text.cpp | 1602 void SourceTextModule::AddExportName(JSThread *thread, const JSTaggedValue &exportEntry, in AddExportName() argument 1335 AddLocalExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<LocalExportEntry> &exportEntry, size_t idx, uint32_t len) AddLocalExportEntry() argument 1350 AddIndirectExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<IndirectExportEntry> &exportEntry, size_t idx, uint32_t len) AddIndirectExportEntry() argument 1366 AddStarExportEntry(JSThread *thread, const JSHandle<SourceTextModule> &module, const JSHandle<StarExportEntry> &exportEntry, size_t idx, uint32_t len) AddStarExportEntry() argument 1632 ResolveLocalExport(JSThread *thread, const JSHandle<JSTaggedValue> &exportEntry, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module) ResolveLocalExport() argument 1667 ResolveIndirectExport(JSThread *thread, const JSHandle<JSTaggedValue> &exportEntry, const JSHandle<JSTaggedValue> &exportName, const JSHandle<SourceTextModule> &module, CVector<std::pair<JSHandle<SourceTextModule>, JSHandle<JSTaggedValue>>> &resolveVector) ResolveIndirectExport() argument [all...] |
| /arkcompiler/ets_frontend/es2panda/parser/ |
| H A D | statementParser.cpp | 2367 auto *exportEntry = moduleRecord->NewEntry<parser::SourceTextModuleRecord::ExportEntry>( in AddExportStarEntryItem() local
|
Completed in 11 milliseconds