mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
JSSpecCompiler: Create FunctionDeclarations for all external functions
This commit is contained in:
committed by
Andrew Kaster
parent
5338cdd153
commit
7f47340c82
@@ -11,7 +11,7 @@ namespace JSSpecCompiler {
|
||||
|
||||
void IntraproceduralCompilerPass::run()
|
||||
{
|
||||
for (auto const& function : m_translation_unit->function_definitions) {
|
||||
for (auto const& function : m_translation_unit->functions_to_compile) {
|
||||
m_function = function;
|
||||
process_function();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user