nodejs/deps/v8/test/message/fail/destructuring-array-non-iterable-object-computed.out

6 lines
247 B
Plaintext
Raw Permalink Normal View History

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