summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/destructuring-array-non-iterable-number.out
blob: 35a328d7f3e9c0a02d606be056589144d938746c (plain)
1
2
3
4
5
*%(basename)s:5: TypeError: 1 is not iterable
var [a] = 1;
          ^
TypeError: 1 is not iterable
    at *%(basename)s:5:11