Files
ladybird/Userland/Libraries/LibJS/Bytecode/Interpreter.cpp
Ali Mohammad Pur 1bbfaf8627 LibJS: More properly implement scoping rules in bytecode codegen
Now we emit CreateVariable and SetVariable with the appropriate
initialization/environment modes, much closer to the spec.
This makes a whole lot of things like let/const variables, function
and variable hoisting and some other things work :^)
2022-02-13 14:41:33 +00:00

8.1 KiB