Files
ladybird/Libraries/LibJS/Runtime/ScriptFunction.cpp
Andreas Kling fc9e43728b LibJS: Stop creating a redundant lexical scope on function call
We were scoping the arguments twice, first in execute_function_body(),
and then again in enter_scope().
2020-12-08 18:04:54 +01:00

7.3 KiB