Home
last modified time | relevance | path

Searched refs:ConvertLocalExportToIndirect (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.cpp131 ConvertLocalExportToIndirect(regularImport->second, exportEntry); in CheckImplicitIndirectExport()
148 ConvertLocalExportToIndirect(importEntry, exportEntry); in CheckImplicitIndirectExport()
154 …void SourceTextModuleRecord::ConvertLocalExportToIndirect(SourceTextModuleRecord::ImportEntry *imp… in ConvertLocalExportToIndirect() function in panda::es2panda::parser::SourceTextModuleRecord
DsourceTextModuleRecord.h154 void ConvertLocalExportToIndirect(ImportEntry *importEntry, ExportEntry *exportEntry);