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

Unified Diff: src/messages.h

Issue 2156303002: Implement new Function.prototype.toString and fix CreateDynamicFunction parsing (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase Created 4 years 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
Index: src/messages.h
diff --git a/src/messages.h b/src/messages.h
index 297b1db94be1cfb68ca7171ded7ea37277fe87fd..35ade518f3de7bfb97fa54a76f98177386e930f1 100644
--- a/src/messages.h
+++ b/src/messages.h
@@ -582,6 +582,7 @@ class ErrorUtils : public AllStatic {
"Setter function argument must not be a rest parameter") \
T(ParamDupe, "Duplicate parameter name not allowed in this context") \
T(ParenthesisInArgString, "Function arg string contains parenthesis") \
+ T(ExpectedEndOfParameters, "Expected arg string to end here") \
Dan Ehrenberg 2016/12/06 00:32:13 Aren't we talking about cases where someone effect
jwolfe 2017/01/13 00:28:47 I split the error into two different messages: (f
T(RuntimeWrongNumArgs, "Runtime function given wrong number of arguments") \
T(SingleFunctionLiteral, "Single function literal required") \
T(SloppyFunction, \

Powered by Google App Engine
This is Rietveld 408576698