Files
ladybird/Userland/Libraries/LibJS/Runtime
Timothy Flynn 8f1f794bbd LibJS: Change an error message used by %TypedArray%.prototype.with
ErrorType::InvalidIndex does not encapsulate the reasons why an index
may be invalid. For example:

    let array = new Uint8Array([1, 2, 3, 4, 5]);
    array.with(10, 0);

Will currently yield:

    [RangeError] Index must be a positive integer

Which is misleading because 10 *is* a positive integer.
2022-12-07 16:43:19 +00:00
..
2022-08-29 03:24:54 +02:00
2022-08-29 03:24:54 +02:00
2022-12-03 23:52:23 +00:00
2022-08-29 03:24:54 +02:00
2022-08-27 11:29:10 +01:00
2022-12-03 23:52:23 +00:00
2022-08-29 03:24:54 +02:00
2022-12-03 23:52:23 +00:00
2022-12-02 13:09:15 +01:00
2022-12-02 13:09:15 +01:00
2022-08-29 03:24:54 +02:00
2022-08-29 03:24:54 +02:00
2022-08-29 03:24:54 +02:00
2022-08-29 03:24:54 +02:00