Files
ladybird/Userland/Libraries/LibJS/Runtime/StringObject.cpp
Linus Groh 8d7ec28924 LibJS: Remove String.prototype.length
A string's length property is supposed to be a regular non-writable,
non-enumerable, non-configurable property on the StringObject instead.
2021-06-06 19:34:43 +02:00

1.0 KiB