| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 6d3f797822d4967cb033818d281b5c8aeee54df4..c590c8f4512346fc5bf00889808523028b653941 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -309,6 +309,7 @@ class CallSite {
|
| T(IllegalLanguageModeDirective, \
|
| "Illegal '%' directive in function with non-simple parameter list") \
|
| T(IllegalReturn, "Illegal return statement") \
|
| + T(InvalidEscapedReservedWord, "Keyword must not contain escaped characters") \
|
| T(InvalidLhsInAssignment, "Invalid left-hand side in assignment") \
|
| T(InvalidLhsInFor, "Invalid left-hand side in for-loop") \
|
| T(InvalidLhsInPostfixOp, \
|
|
|