Files
ladybird/Userland/Libraries/LibJS/Runtime/Object.cpp
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

44 KiB