ladybird/Userland/Libraries/LibWeb/Encoding
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
..
TextDecoder.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
TextDecoder.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
TextDecoder.idl
TextEncoder.cpp LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
TextEncoder.h LibWeb: Move setting of Web object prototypes to initialize() 2023-01-10 16:08:14 +01:00
TextEncoder.idl