1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:48:11 +00:00
serenity/Userland/Libraries/LibWeb/IntersectionObserver
Andreas Kling 8cda70c892 LibWeb: Move event listeners, handlers and callbacks to the GC heap
This patch moves the following things to being GC-allocated:
- Bindings::CallbackType
- HTML::EventHandler
- DOM::IDLEventListener
- DOM::DOMEventListener
- DOM::NodeFilter

Note that we only use PlatformObject for things that might be exposed
to web content. Anything that is only used internally inherits directly
from JS::Cell instead, making them a bit more lightweight.
2022-09-06 00:27:09 +02:00
..
IntersectionObserver.cpp LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
IntersectionObserver.h LibWeb: Move event listeners, handlers and callbacks to the GC heap 2022-09-06 00:27:09 +02:00
IntersectionObserver.idl LibWeb: Use the specification defined types in IntersectionObserverInit 2022-04-02 13:13:37 +03:00