summaryrefslogtreecommitdiff
path: root/deps/v8/test/message/rest-param-object-setter-sloppy.out
blob: 9400a2a9ce3ee16a535b5663d6ea70322a89e521 (plain)
1
2
3
4
*%(basename)s:10: 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