mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-07 17:15:26 +00:00
We will now throw a RangeError in these cases: * new TypedArray with >= INT32_MAX entries * new TypedArray whose ArrayBuffer allocation size computation would cause a 32-bit unsigned overflow.