summaryrefslogtreecommitdiff
path: root/deps/v8/include
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-10-09 11:18:25 +0200
committerMichaël Zasso <targos@protonmail.com>2019-10-11 11:41:02 +0200
commit6b962ddf01f404a51deed683b3a88ea19276107c (patch)
tree9c8575f058e579fc0636aa5a792b3f8e49c1b75b /deps/v8/include
parent81bc7b3ba5a37a5ad4de0f8798eb42e631d55617 (diff)
downloadandroid-node-v8-6b962ddf01f404a51deed683b3a88ea19276107c.tar.gz
android-node-v8-6b962ddf01f404a51deed683b3a88ea19276107c.tar.bz2
android-node-v8-6b962ddf01f404a51deed683b3a88ea19276107c.zip
deps: patch V8 to 7.8.279.15
Refs: https://github.com/v8/v8/compare/7.8.279.14...7.8.279.15 PR-URL: https://github.com/nodejs/node/pull/29899 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'deps/v8/include')
-rw-r--r--deps/v8/include/v8-version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/include/v8-version.h b/deps/v8/include/v8-version.h
index 09afd6248c..000be3a739 100644
--- a/deps/v8/include/v8-version.h
+++ b/deps/v8/include/v8-version.h
@@ -11,7 +11,7 @@
#define V8_MAJOR_VERSION 7
#define V8_MINOR_VERSION 8
#define V8_BUILD_NUMBER 279
-#define V8_PATCH_LEVEL 14
+#define V8_PATCH_LEVEL 15
// Use 1 for candidates and 0 otherwise.
// (Boolean macro values are not supported by all preprocessors.)