Searched refs:lexicalVars (Results 1 – 2 of 2) sorted by relevance
272 …::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int>> &lexicalVars) in AddLexicalVarNamesForDebugInfo() argument275 buf->Add(Allocator()->New<ir::NumberLiteral>(lexicalVars.size())); in AddLexicalVarNamesForDebugInfo()276 for (auto &iter : lexicalVars) { in AddLexicalVarNamesForDebugInfo()
276 … AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int>> &lexicalVars);