mirror of
https://github.com/zebrajr/ladybird.git
synced 2026-01-15 12:15:15 +00:00
This one is required to cover the case when new empty elements are introduced by assigning to element with index > length, like: ```js var x = []; x[0] = 1; x[2] = 2; ```