Files
Kmake/deps/v8/test/message/fail/spread-construct-3.out
2026-05-26 23:36:42 -07:00

6 lines
211 B
Plaintext

*%(basename)s:7: TypeError: p is not iterable (cannot read property undefined)
var [x] = new t(...p);
^
TypeError: p is not iterable (cannot read property undefined)
at *%(basename)s:7:11