Files
ladybird/Userland/Libraries/LibJS/Runtime/Object.cpp
Andreas Kling f86e241699 LibJS: Object.getOwnPropertyNames() should enumerate String's .length
We were incorrectly aborting property name enumeration after generating
names for all the indexable properties in the underlying string.
2021-06-19 11:46:08 +02:00

44 KiB