| Index: src/messages.h
|
| diff --git a/src/messages.h b/src/messages.h
|
| index a9f321e3cb4c302c4c7ab4a1f611da7449dfc6e9..d532fd7033634ab9e53c09f0aba890d8e930c55d 100644
|
| --- a/src/messages.h
|
| +++ b/src/messages.h
|
| @@ -439,6 +439,8 @@ class CallSite {
|
| "Too many arguments in function call (only 65535 allowed)") \
|
| T(TooManyParameters, \
|
| "Too many parameters in function definition (only 65535 allowed)") \
|
| + T(TooManySpreads, \
|
| + "Literal containing too many nested spreads (up to 65534 allowed)") \
|
| T(TooManyVariables, "Too many variables declared (only 4194303 allowed)") \
|
| T(TypedArrayTooShort, \
|
| "Derived TypedArray constructor created an array which was too small") \
|
|
|