| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 83413e8be71590dfa3622bb9cc36c9172411cd60..e4e2066c11ea5f0179ebeee6cc7c25d2fbe2d5e5 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -308,6 +308,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, \
|
|
|