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

Unified Diff: src/messages.h

Issue 2279363002: Remove duplicated code from comma-separated Expression parsing (Closed)
Patch Set: Remove unused message Created 4 years, 4 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 | « no previous file | src/parsing/parser.h » ('j') | src/parsing/parser-base.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index cf49ac9c5cb817218b3c9abb08f0e4e9ad607b64..661c66f90836977a427cb03f628bd3144e8e952f 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -454,8 +454,6 @@ class CallSiteUtils : public AllStatic {
T(NoCatchOrFinally, "Missing catch or finally after try") \
T(NotIsvar, "builtin %%IS_VAR: not a variable") \
T(ParamAfterRest, "Rest parameter must be last formal parameter") \
- T(InvalidRestParameter, \
- "Rest parameter must be an identifier or destructuring pattern") \
adamk 2016/08/26 20:13:03 I don't think there's much lost for users in losin
Dan Ehrenberg 2016/08/26 22:48:53 This doesn't make me all that happy. The old messa
nickie 2016/08/29 08:42:59 In principle I would agree with Dan. But this err
T(PushPastSafeLength, \
"Pushing % elements on an array-like of length % " \
"is disallowed, as the total surpasses 2**53-1") \
« no previous file with comments | « no previous file | src/parsing/parser.h » ('j') | src/parsing/parser-base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698