Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompilation_driver.h183 const auto &importRecordInfos = bytecodeInfo_.GetImportRecordsInfos(); in AddDependList() local
184 auto iter = importRecordInfos.find(recordName); in AddDependList()
186 if (iter == importRecordInfos.end()) { in AddDependList()