Files
ladybird/Libraries/LibJS/Runtime
Linus Groh ae9d64e544 LibJS: Let set_array_like_size() switch to generic storage if necessary
This is already considered in put()/insert()/append_all() but not
set_array_like_size(), which crashed the interpreter with an assertion
when creating an array with more than SPARSE_ARRAY_THRESHOLD (200)
initial elements as the simple storage was being resized beyond its
limit.

Fixes #3382.
2020-09-01 21:35:59 +02:00
..
2020-07-13 15:07:29 +02:00
2020-06-07 19:29:40 +02:00
2020-07-23 17:31:08 +02:00
2020-08-23 22:00:05 +02:00
2020-07-23 17:31:08 +02:00
2020-07-23 17:31:08 +02:00
2020-06-06 22:13:01 +02:00
2020-07-13 15:07:29 +02:00
2020-07-13 15:07:29 +02:00