mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-12 00:20:58 +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.