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