Files
ladybird/Userland/Libraries/LibJS/Runtime/GlobalObject.cpp
Linus Groh 76f89bf50d LibJS: Use intrinsic namespace objects in set_default_global_bindings()
We were accidentally allocating a new instance for each of the namespace
objects. Use the existing ones from the realm's intrinsics instead.
2023-01-09 22:14:35 -05:00

27 KiB