diff --git a/deps/v8/src/runtime.cc b/deps/v8/src/runtime.cc index 7d28e1ed65..adef16cdd1 100644 --- a/deps/v8/src/runtime.cc +++ b/deps/v8/src/runtime.cc @@ -6364,6 +6364,7 @@ static inline uintptr_t AsciiRangeMask(uintptr_t w, char m, char n) { return (tmp1 & tmp2 & (kOneInEveryByte * 0x80)); } + #ifdef DEBUG static bool CheckFastAsciiConvert(char* dst, char* src, diff --git a/deps/v8/src/version.cc b/deps/v8/src/version.cc index a4225239c3..7bc0283415 100644 --- a/deps/v8/src/version.cc +++ b/deps/v8/src/version.cc @@ -35,7 +35,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 22 #define BUILD_NUMBER 24 -#define PATCH_LEVEL 9 +#define PATCH_LEVEL 10 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define IS_CANDIDATE_VERSION 0