Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Side by Side Diff: test/message/rest-param-class-setter-strict.out

Issue 1141223002: [parser] report SyntaxError if rest parameter used in Setter MethodDefinition (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add cctest Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 *%(basename)s:11: SyntaxError: Setter function argument must not be a rest param eter
2 set bad(...args) { _bad = args[0]; }
3 ^^^^^^^^^
4 SyntaxError: Setter function argument must not be a rest parameter
OLDNEW
« no previous file with comments | « test/message/rest-param-class-setter-strict.js ('k') | test/message/rest-param-object-setter-sloppy.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698