ladybird/Userland/Libraries/LibWeb/HTML/EventLoop
Linus Groh 52543fc771 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]]
This removes the requirement of having a global object that actually
inherits from JS::GlobalObject, which is now a perfectly valid scenario.

With the upcoming removal of wrapper objects in LibWeb, the HTML::Window
object will inherit from DOM::EventTarget, which means it cannot also
inherit from JS::GlobalObject.
2022-08-28 16:36:56 +01:00
..
EventLoop.cpp
EventLoop.h
Task.cpp
Task.h
TaskQueue.cpp
TaskQueue.h