Files
ladybird/Userland/Libraries/LibJS/Runtime/AbstractOperations.cpp
Andreas Kling 73ceb475b9 LibJS: Add fast path for magical "length" property in LengthOfArrayLike
For Array objects, we can avoid a generic Get here since we know it has
magical "length" behavior anyway.
2023-12-09 00:20:25 +01:00

76 KiB