nodejs/deps/v8/test/message/fail/destructuring-undefined-number-property.out

6 lines
236 B
Plaintext
Raw Permalink Normal View History

*%(basename)s:5: TypeError: Cannot destructure property '1' of 'undefined' as it is undefined.
var { 1: x } = undefined;
^
TypeError: Cannot destructure property '1' of 'undefined' as it is undefined.
at *%(basename)s:5:10