ladybird/Userland/Libraries/LibWeb/IntersectionObserver
Timothy Flynn 834202aeb9 LibWeb: Move setting of Web object prototypes to initialize()
This needs to happen before prototype/constructor intitialization can be
made lazy. Otherwise, GC could run during the C++ constructor and try to
collect the object currently being created.
2023-01-10 16:08:14 +01:00
..
IntersectionObserver.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
IntersectionObserver.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
IntersectionObserver.idl LibWeb: Use the specification defined types in IntersectionObserverInit 2022-04-02 13:13:37 +03:00