mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
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.
13 KiB
13 KiB