Files
ladybird/Userland/Libraries/LibJS/Runtime
Andreas Kling 212319b25e LibJS: Only allocate space for Object private elements if needed
Most JavaScript objects don't have private elements, so this reduces the
size of typical JS::Object instances by two pointers.
2021-12-08 10:29:54 +01:00
..
2021-10-06 23:52:40 +01:00