Home
last modified time | relevance | path

Searched defs:ImportEntry (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/parser/module/
DsourceTextModuleRecord.h49 struct ImportEntry { struct
56ImportEntry(const util::StringView localName, const util::StringView importName, int moduleRequest… in ImportEntry() argument
60ImportEntry(const util::StringView localName, int moduleRequestIdx, const ir::Identifier *localId) in ImportEntry() function
/arkcompiler/runtime_core/libark_defect_scan_aux/include/
Dmodule_record.h23 struct ImportEntry { struct
43 void AddImportEntry(const ImportEntry &import_entry); argument
/arkcompiler/ets_runtime/ecmascript/
Dobject_factory.h140 class ImportEntry; variable