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