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

6 lines
215 B
Plaintext
Raw Permalink Normal View History

*%(basename)s:5: TypeError: Cannot destructure 'undefined' as it is undefined.
var { [x] : y } = undefined;
^
TypeError: Cannot destructure 'undefined' as it is undefined.
at *%(basename)s:5:5