summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/destructuring-undefined-computed-property.out
blob: 1dfb19eb6979e382b91cca9ceed9fe1dda2b2131 (plain)
1
2
3
4
5
*%(basename)s:5: TypeError: Cannot destructure 'undefined' or 'null'.
var { [x] : y } = undefined;
    ^
TypeError: Cannot destructure 'undefined' or 'null'.
    at *%(basename)s:5:5