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

6 lines
215 B
Plaintext
Raw Normal View History

2026-05-26 23:36:42 -07:00
*%(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