Files
ladybird/Libraries/LibJS/Runtime
Andreas Kling be31805e8b LibJS: Move scope stack from VM back to Interpreter
Okay, my vision here is improving. Interpreter should be a thing that
executes an AST. The scope stack is irrelevant to the VM proper,
so we can move that to the Interpreter. Same with execute_statement().
2020-09-27 20:26:58 +02:00
..
2020-06-07 19:29:40 +02:00
2020-07-23 17:31:08 +02:00
2020-07-13 15:07:29 +02:00