mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-14 19:55:50 +00:00
More specifically, Array.prototype.splice. Additionally adds a missing exception check to the array creation and a link to the spec. Fixes create-non-array-invalid-len.js in the splice tests in test262. This test timed out instead of throwing an "Invalid array length" exception.