Files
ladybird/Libraries/LibJS/Interpreter.cpp
Andreas Kling c683665ca9 LibJS: Fix bad cast in Interpreter::run()
We were casting to BlockStatement when we should cast to ScopeNode.
2020-04-02 09:56:13 +02:00

6.8 KiB