diff options
author | Linus Groh <mail@linusgroh.de> | 2022-08-16 19:28:17 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-08-23 13:58:30 +0100 |
commit | 5398dcc55e1b8279f6b3edf62ad249a27b4f2f64 (patch) | |
tree | 5ff1f269368c873e9c9618b55b1b5a1eebbbf4b4 /Userland/Services/Taskbar | |
parent | e992a9f469a536b5a5442229a1adddd27deb1db9 (diff) | |
download | serenity-5398dcc55e1b8279f6b3edf62ad249a27b4f2f64.zip |
LibJS: Remove GlobalObject from execute() and related AST functions
This is a continuation of the previous four commits.
Passing a global object here is largely redundant, we definitely need
the interpreter but can get the VM and (later) current active realm from
there - and also the global object while we still need it, although I'd
like to remove Interpreter::global_object() in the future.
This now matches the bytecode interpreter's execute_impl() functions.
Diffstat (limited to 'Userland/Services/Taskbar')
0 files changed, 0 insertions, 0 deletions