| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index e7af4fb43a05f927ac85b0b8e54c48d97f4e506f..3993348ac3467d5cdeff3869bd38bd265186b42d 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -395,6 +395,9 @@ class CallSite {
|
| T(JsonParseUnexpectedTokenNumber, "Unexpected number in JSON at position %") \
|
| T(JsonParseUnexpectedTokenString, "Unexpected string in JSON at position %") \
|
| T(LabelRedeclaration, "Label '%' has already been declared") \
|
| + T(LabelledFunctionDeclaration, \
|
| + "Labelled function declaration not allowed as the body of a control flow " \
|
| + "structure") \
|
| T(MalformedArrowFunParamList, "Malformed arrow function parameter list") \
|
| T(MalformedRegExp, "Invalid regular expression: /%/: %") \
|
| T(MalformedRegExpFlags, "Invalid regular expression flags") \
|
|
|