| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index 1862ff1d92073bc9156eff49deebc7c4b1fa6f65..7bff56f5cdda00114453487408a0ee9ca3a49c6c 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -313,6 +313,10 @@ class CallSite {
|
| T(IllegalContinue, "Illegal continue statement") \
|
| T(IllegalReturn, "Illegal return statement") \
|
| T(InvalidLhsInAssignment, "Invalid left-hand side in assignment") \
|
| + T(InitializedAssignmentRestElement, \
|
| + "Illegal initialization of assignment rest element") \
|
| + T(InvalidDestructuringAssignmentTarget, \
|
| + "Invalid destructuring assignment target") \
|
| T(InvalidLhsInFor, "Invalid left-hand side in for-loop") \
|
| T(InvalidLhsInPostfixOp, \
|
| "Invalid left-hand side expression in postfix operation") \
|
|
|