Files
ladybird/Libraries/LibJS/Runtime
Linus Groh dec6c0a207 LibJS: Use array-like size for IndexedProperties::is_empty()
Some things, like (the non-generic version of) Array.prototype.pop(),
check is_empty() to determine whether an action, like removing elements,
can be performed. We need to know the array-like size for that, not the
size of the underlying storage, which can be different - and is not
something IndexedProperties should expose so I removed its size().

Fixes #3948.
2020-11-05 20:01:30 +01:00
..
2020-10-04 17:03:33 +02:00
2020-10-04 17:03:33 +02:00
2020-07-13 15:07:29 +02:00
2020-10-02 18:01:27 +02:00