ladybird/Libraries/LibJS/Tests/builtins/Array
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
..
array-basic.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
array-length-setter.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
array-shrink-during-find-crash.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
array-simple-and-generic-storage-initialization.js LibJS: Add tests for issue #3382 2020-09-01 21:35:59 +02:00
array-spread.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.from.js LibJS: Implement basic functionality of Array.from() 2020-08-17 21:23:11 +02:00
Array.isArray.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.of.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype-generic-functions.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.concat.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.every.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.fill.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.filter.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.find.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.findIndex.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.forEach.js LibJS: Implement rules for duplicate function parameters 2020-10-25 12:56:02 +01:00
Array.prototype.includes.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.indexOf.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.join.js LibJS: Handle circular references in Array.prototype.join() 2020-11-04 19:35:43 +01:00
Array.prototype.lastIndexOf.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.map.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.pop.js LibJS: Use array-like size for IndexedProperties::is_empty() 2020-11-05 20:01:30 +01:00
Array.prototype.push.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.reduce.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.reduceRight.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.reverse.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.shift.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.slice.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.some.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.splice.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.toLocaleString.js LibJS: Add Number.prototype.toString 2020-07-15 18:24:55 +02:00
Array.prototype.toString.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.unshift.js LibJS: Convert Array tests to new testing framework 2020-07-06 23:40:35 +02:00
Array.prototype.values.js Everywhere: Fix typos 2020-10-02 16:03:17 +02:00