7ca4e9cad5
Make it include the invalid length again, but this time consistently. Bug: chromium:923688 Change-Id: I0ec2543e02b58ff2b79547021a8e0d47a9debe46 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3440068 Reviewed-by: Leszek Swirski <leszeks@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/main@{#78976}
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
*%(basename)s:6: RangeError: Invalid DataView length -1
|
|
let t2 = new DataView(t.buffer, 7, {valueOf() { return -1; }});
|
|
^
|
|
RangeError: Invalid DataView length -1
|
|
at new DataView (<anonymous>)
|
|
at *%(basename)s:6:10
|