ladybird/Userland/Libraries/LibWeb/URL
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
..
URL.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
URL.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
URL.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
URLSearchParams.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
URLSearchParams.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
URLSearchParams.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
URLSearchParamsIterator.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
URLSearchParamsIterator.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00