Browse Source

v8: Upgrade to 3.22.24.10

v0.11.10-release
Timothy J Fontaine 11 years ago
parent
commit
5ce4f3ec3d
  1. 1
      deps/v8/src/runtime.cc
  2. 2
      deps/v8/src/version.cc

1
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)); return (tmp1 & tmp2 & (kOneInEveryByte * 0x80));
} }
#ifdef DEBUG #ifdef DEBUG
static bool CheckFastAsciiConvert(char* dst, static bool CheckFastAsciiConvert(char* dst,
char* src, char* src,

2
deps/v8/src/version.cc

@ -35,7 +35,7 @@
#define MAJOR_VERSION 3 #define MAJOR_VERSION 3
#define MINOR_VERSION 22 #define MINOR_VERSION 22
#define BUILD_NUMBER 24 #define BUILD_NUMBER 24
#define PATCH_LEVEL 9 #define PATCH_LEVEL 10
// Use 1 for candidates and 0 otherwise. // Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.) // (Boolean macro values are not supported by all preprocessors.)
#define IS_CANDIDATE_VERSION 0 #define IS_CANDIDATE_VERSION 0

Loading…
Cancel
Save