Searched refs:AddLexicalVarNamesForDebugInfo (Results 1 – 2 of 2) sorted by relevance
260 …int32_t AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int>> &lexic…
295 int32_t PandaGen::AddLexicalVarNamesForDebugInfo(ArenaMap<uint32_t, std::pair<util::StringView, int… in AddLexicalVarNamesForDebugInfo() function in panda::es2panda::compiler::PandaGen2009 int32_t scopeInfoIdx = AddLexicalVarNamesForDebugInfo(scope->GetLexicalVarNameAndTypes()); in NewLexicalEnv()