summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorcjihrig <cjihrig@gmail.com>2019-09-27 09:33:26 -0400
committerMichaël Zasso <targos@protonmail.com>2019-11-08 15:46:51 +0100
commitb934672048d1cd899d40715a5aa110ffc328d3cb (patch)
tree70e72d3519a49c0d18f1c5a0ea9ef78a1aea979a /common.gypi
parent54af1e709c32af66602e06f32e3b10a52a813c99 (diff)
downloadandroid-node-v8-b934672048d1cd899d40715a5aa110ffc328d3cb.tar.gz
android-node-v8-b934672048d1cd899d40715a5aa110ffc328d3cb.tar.bz2
android-node-v8-b934672048d1cd899d40715a5aa110ffc328d3cb.zip
deps: update V8's postmortem script
This commit updates V8's postmortem metadata generation script to support V8 7.8. The following metadata has changed: - v8dbg_class_JSDate__value__Object - The postmortem metadata generation script needed to be updated. No action should be required by postmortem tools. - v8dbg_class_JSRegExp__source__Object - The postmortem metadata generation script needed to be updated. No action should be required by postmortem tools. PR-URL: https://github.com/nodejs/node/pull/29694 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 5a2c1bb6fc..a59972c46b 100644
--- a/common.gypi
+++ b/common.gypi
@@ -39,7 +39,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.3',
+ 'v8_embedder_string': '-node.4',
##### V8 defaults for Node.js #####