v8/test/message/fail/rest-param-object-setter-strict.out

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

5 lines
210 B
Plaintext
Raw Normal View History

*%(basename)s:11: SyntaxError: Setter function argument must not be a rest parameter
set bad(...args) { _bad = args[0]; }
^^^^^^^^^
SyntaxError: Setter function argument must not be a rest parameter