Skip to content

Commit 5ce4f3e

Browse files
committed
v8: Upgrade to 3.22.24.10
1 parent 08c83bb commit 5ce4f3e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

deps/v8/src/runtime.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6364,6 +6364,7 @@ static inline uintptr_t AsciiRangeMask(uintptr_t w, char m, char n) {
63646364
return (tmp1 & tmp2 & (kOneInEveryByte * 0x80));
63656365
}
63666366

6367+
63676368
#ifdef DEBUG
63686369
static bool CheckFastAsciiConvert(char* dst,
63696370
char* src,

deps/v8/src/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define MAJOR_VERSION 3
3636
#define MINOR_VERSION 22
3737
#define BUILD_NUMBER 24
38-
#define PATCH_LEVEL 9
38+
#define PATCH_LEVEL 10
3939
// Use 1 for candidates and 0 otherwise.
4040
// (Boolean macro values are not supported by all preprocessors.)
4141
#define IS_CANDIDATE_VERSION 0

0 commit comments

Comments
 (0)