mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-09 01:56:21 +00:00
JSSpecCompiler: Refactor CompilerPass to accept TranslationUnitRef
This commit is contained in:
committed by
Andrew Kaster
parent
24682f5dcf
commit
61fa00d46c
@@ -52,7 +52,7 @@ RecursionDecision RecursiveASTVisitor::recurse(Tree root, NodeSubtreePointer& po
|
||||
return RecursionDecision::Continue;
|
||||
}
|
||||
|
||||
void GenericASTPass::run()
|
||||
void GenericASTPass::process_function()
|
||||
{
|
||||
run_in_subtree(m_function->m_ast);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user