1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 13:05:07 +00:00
serenity/Userland/Libraries/LibWeb/HighResolutionTime
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
..
DOMHighResTimeStamp.h LibWeb: Add DOMHighResTimeStamp typedef 2022-10-05 09:12:59 +01:00
Performance.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
Performance.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
Performance.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
TimeOrigin.cpp LibWeb: Partially implement 'relative high resolution time' AOs 2022-10-30 20:10:29 +00:00
TimeOrigin.h LibWeb: Partially implement 'relative high resolution time' AOs 2022-10-30 20:10:29 +00:00