mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 23:25:20 +00:00
JSSpecCompiler: Elide nested TreeList nodes
This commit is contained in:
committed by
Jelle Raaijmakers
parent
f30815b534
commit
14a86c8fd6
@@ -129,7 +129,7 @@ void IfElseIfChain::dump_tree(StringBuilder& builder)
|
||||
void TreeList::dump_tree(StringBuilder& builder)
|
||||
{
|
||||
dump_node(builder, "TreeList");
|
||||
for (auto const& expression : m_expressions)
|
||||
for (auto const& expression : m_trees)
|
||||
expression->format_tree(builder);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user