Files
ladybird/Libraries/LibJS/Interpreter.cpp
Andreas Kling 494df52961 LibJS: Actually leave the current function scope on "return"
We now unwind until the nearest function-level scope on the scope stack
when executing a return statement.
2020-03-23 19:22:24 +01:00

6.3 KiB