summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMilad Farazmand <miladfar@ca.ibm.com>2020-01-14 13:43:14 +0000
committerMichaël Zasso <targos@protonmail.com>2020-01-15 12:03:11 +0100
commit578e4eddb97fffd6b9f1fe527da865875efa73f1 (patch)
treedecda91df13e64b08ad46200f0ee48ca0ee5d827 /common.gypi
parente67dc1e09f64b502642b2adcdf1b4bca6faaa4c9 (diff)
downloadnode-new-578e4eddb97fffd6b9f1fe527da865875efa73f1.tar.gz
deps: V8: cherry-pick d89f4ef1cd62
Original commit message: S390x: improve performance by skipping Debug Hook if not needed Change-Id: Ib4b2821f2941cdc131f9c75b89a3baced7554f8d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1991802 Reviewed-by: Junliang Yan <jyan@ca.ibm.com> Commit-Queue: Milad Farazmand <miladfar@ca.ibm.com> Cr-Commit-Position: refs/heads/master@{#65644} Refs: https://github.com/v8/v8/commit/d89f4ef1cd629cb169f0d9efcaefd05ebf09fd3d PR-URL: https://github.com/nodejs/node/pull/31354 Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Richard Lau <riclau@uk.ibm.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 ab28ca65e7..7d150b4f46 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.28',
+ 'v8_embedder_string': '-node.29',
##### V8 defaults for Node.js #####