Skip to content

Commit

Permalink
v8: Upgrade to 3.22.24.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tjfontaine committed Dec 31, 2013
1 parent 08c83bb commit 5ce4f3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions deps/v8/src/runtime.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion deps/v8/src/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ce4f3e

Please sign in to comment.