Files
Kmake/deps/v8/test/message/fail/destructuring-undefined-string-property.out
2026-05-26 23:36:42 -07:00

6 lines
229 B
Plaintext

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