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 LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] 2022-08-28 16:36:56 +01:00
EventLoop.h LibJS+LibWeb: Let Realm store a plain Object for [[GlobalObject]] 2022-08-28 16:36:56 +01:00
Task.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
Task.h LibWeb: Implement the JS host hooks for promises, job callbacks and more 2022-02-08 17:47:44 +00:00
TaskQueue.cpp Libraries: Use default constructors/destructors in LibWeb 2022-03-17 17:23:49 +00:00
TaskQueue.h LibWeb: Only auto-reschedule HTML::EventLoop when there are runnables 2021-10-03 18:25:15 +02:00