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

Unified Diff: test/message/rest-param-object-setter-sloppy.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/message/rest-param-object-setter-sloppy.js ('k') | test/message/rest-param-object-setter-strict.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/rest-param-object-setter-sloppy.out
diff --git a/test/message/rest-param-object-setter-sloppy.out b/test/message/rest-param-object-setter-sloppy.out
new file mode 100644
index 0000000000000000000000000000000000000000..9400a2a9ce3ee16a535b5663d6ea70322a89e521
--- /dev/null
+++ b/test/message/rest-param-object-setter-sloppy.out
@@ -0,0 +1,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
« no previous file with comments | « test/message/rest-param-object-setter-sloppy.js ('k') | test/message/rest-param-object-setter-strict.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698