Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp272 …::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int>> &lexicalVars) in AddLexicalVarNamesForDebugInfo() argument
275 buf->Add(Allocator()->New<ir::NumberLiteral>(lexicalVars.size())); in AddLexicalVarNamesForDebugInfo()
276 for (auto &iter : lexicalVars) { in AddLexicalVarNamesForDebugInfo()
Dpandagen.h276 … AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int>> &lexicalVars);