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
|