diff options
author | Andreas Kling <kling@serenityos.org> | 2020-09-27 16:56:58 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-09-27 20:26:58 +0200 |
commit | be31805e8be783145c3b5909ea99144a7c737e32 (patch) | |
tree | 2c1c011f8e730e8aba2916e71a6599263c107d72 /Libraries/LibJS/Runtime/RegExpConstructor.cpp | |
parent | 6861c619c6768ae47b546ff27ff5c48bcdc62e15 (diff) | |
download | serenity-be31805e8be783145c3b5909ea99144a7c737e32.zip |
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().
Diffstat (limited to 'Libraries/LibJS/Runtime/RegExpConstructor.cpp')
0 files changed, 0 insertions, 0 deletions