summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2013-12-31 15:02:38 -0800
committerTimothy J Fontaine <tjfontaine@gmail.com>2013-12-31 15:02:38 -0800
commit5ce4f3ec3d838bdfd77842488b2365706423abe9 (patch)
treeec7e790d534aecd2bd01e9c844b44860aa3071d6
parent08c83bb172ca963763ef5f53f113e925926a6d7f (diff)
downloadnode-5ce4f3ec3d838bdfd77842488b2365706423abe9.tar.gz
v8: Upgrade to 3.22.24.10
-rw-r--r--deps/v8/src/runtime.cc1
-rw-r--r--deps/v8/src/version.cc2
2 files changed, 2 insertions, 1 deletions
diff --git a/deps/v8/src/runtime.cc b/deps/v8/src/runtime.cc
index 7d28e1ed6..adef16cdd 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 a4225239c..7bc028341 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