v8/test/message/fail/spread-call-2.out

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

6 lines
208 B
Plaintext
Raw Normal View History

*%(basename)s:5: TypeError: x is not iterable (cannot read property undefined)
console.log(1, ...x);
^
TypeError: x is not iterable (cannot read property undefined)
at *%(basename)s:5:9