mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
LibJS: Replace GlobalObject with VM in Reference AOs [Part 6/19]
This commit is contained in:
parent
275a7a0c0a
commit
ae9e031f56
10 changed files with 88 additions and 77 deletions
|
@ -183,6 +183,8 @@ public:
|
|||
|
||||
Value get_new_target();
|
||||
|
||||
GlobalObject& get_global_object();
|
||||
|
||||
CommonPropertyNames names;
|
||||
|
||||
void run_queued_promise_jobs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue