summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/destructuring-array-non-iterable-undefined.out
blob: 564d02c91bab947c39b758e6f677b451accaab31 (plain)
1
2
3
4
5
*%(basename)s:6: TypeError: x is not iterable
var [y] = x;
          ^
TypeError: x is not iterable
    at *%(basename)s:6:11