| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent b5fb9f4 commit 3ab070d
7 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | #define V8_MAJOR_VERSION 5 | |
| 12 | 12 | #define V8_MINOR_VERSION 1 | |
| 13 | 13 | #define V8_BUILD_NUMBER 281 | |
| 14 | - #define V8_PATCH_LEVEL 94 | ||
| 14 | + #define V8_PATCH_LEVEL 95 | ||
| 15 | 15 | ||
| 16 | 16 | // Use 1 for candidates and 0 otherwise. | |
| 17 | 17 | // (Boolean macro values are not supported by all preprocessors.) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -449,6 +449,8 @@ class CallSite { | |||
| 449 | 449 | "Too many arguments in function call (only 65535 allowed)") \ | |
| 450 | 450 | T(TooManyParameters, \ | |
| 451 | 451 | "Too many parameters in function definition (only 65535 allowed)") \ | |
| 452 | + T(TooManySpreads, \ | ||
| 453 | + "Literal containing too many nested spreads (up to 65534 allowed)") \ | ||
| 452 | 454 | T(TooManyVariables, "Too many variables declared (only 4194303 allowed)") \ | |
| 453 | 455 | T(TypedArrayTooShort, \ | |
| 454 | 456 | "Derived TypedArray constructor created an array which was too small") \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments