Files
Kmake/deps/v8/test/message/fail/destructuring-array-non-iterable-object-computed.out
2026-05-26 23:36:42 -07:00

6 lines
247 B
Plaintext

*%(basename)s:5: TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))
var [a] = (() => ({a: 1}))();
^
TypeError: object is not iterable (cannot read property Symbol(Symbol.iterator))
at *%(basename)s:5:11