nodejs/deps/v8/test/message/fail/data-view-invalid-length-3.out

7 lines
230 B
Plaintext
Raw Permalink Normal View History

*%(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