summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/destructuring-non-function-non-iterable.out
blob: 575fc5bd1bcb8b9fcf809b696b9f212d0c95c72a (plain)
1
2
3
4
5
*%(basename)s:6: TypeError: f is not a function or its return value is not iterable
var [a] = f();
          ^
TypeError: f is not a function or its return value is not iterable
    at *%(basename)s:6:11