v8/test/message/fail/spread-construct-3.out

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
211 B
Plaintext
Raw Normal View History

*%(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