Files
Kmake/deps/v8/test/message/fail/iterator-non-callable-3.out
2026-05-26 23:36:42 -07:00

7 lines
373 B
Plaintext

*%(basename)s:7: TypeError: TypedArray's constructor requires that the property of the first argument, items[Symbol.iterator], when exists, be a function
new Uint8Array(x);
^
TypeError: TypedArray's constructor requires that the property of the first argument, items[Symbol.iterator], when exists, be a function
at new Uint8Array (<anonymous>)
at *%(basename)s:7:1