Files
Kmake/deps/v8/test/message/fail/map-arg-non-iterable.out
2026-05-26 23:36:42 -07:00

7 lines
251 B
Plaintext

*%(basename)s:5: TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
new Map(1);
^
TypeError: number 1 is not iterable (cannot read property Symbol(Symbol.iterator))
at new Map (<anonymous>)
at *%(basename)s:5:1