summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/fail/destructuring-undefined-string-property.out
blob: 238aae974a5343cc17412ff472ca1108fddb29c2 (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:5