mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 12:49:19 +00:00
LibJS: Move ConsoleObject construction from GlobalObject to Intrinsics
This will allow us to move the underlying console from GlobalObject to ConsoleObject without still having to do a 'console' property lookup on the GlobalObject.
This commit is contained in:
parent
d35f53c344
commit
78eca3ae64
Notes:
sideshowbarker
2024-07-17 07:39:51 +09:00
Author: https://github.com/linusg
Commit: 78eca3ae64
Pull-request: https://github.com/SerenityOS/serenity/pull/15057
3 changed files with 4 additions and 1 deletions
|
@ -23,6 +23,7 @@
|
|||
#include <LibJS/Runtime/BigIntPrototype.h>
|
||||
#include <LibJS/Runtime/BooleanConstructor.h>
|
||||
#include <LibJS/Runtime/BooleanPrototype.h>
|
||||
#include <LibJS/Runtime/ConsoleObject.h>
|
||||
#include <LibJS/Runtime/DataViewConstructor.h>
|
||||
#include <LibJS/Runtime/DataViewPrototype.h>
|
||||
#include <LibJS/Runtime/DateConstructor.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue