Files
ladybird/Libraries/LibJS
Andreas Kling 062d6af16e LibJS: Remove Interpreter::declare_variable()
Since declarations are now hoisted and handled on scope entry, the job
of a VariableDeclaration becomes to actually initialize variables.

As such, we can remove the part where we insert variables into the
nearest relevant scope. Less work == more speed! :^)
2020-04-13 17:22:24 +02:00
..
2020-04-10 14:14:02 +02:00
2020-04-13 00:45:25 +02:00