summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorTimothy Gu <timothygu@chromium.org>2018-08-18 13:41:43 -0400
committerTimothy Gu <timothygu99@gmail.com>2018-08-23 23:08:59 -0400
commit2f9dabd0d84af8ed35feca3498116244cc41dad2 (patch)
treee03ef01dcc7ecfc003d093a223a994547ff20791 /common.gypi
parentfa543c00cdaca6a6c68d1df4c68c061e2b82ca21 (diff)
downloadandroid-node-v8-2f9dabd0d84af8ed35feca3498116244cc41dad2.tar.gz
android-node-v8-2f9dabd0d84af8ed35feca3498116244cc41dad2.tar.bz2
android-node-v8-2f9dabd0d84af8ed35feca3498116244cc41dad2.zip
deps: cherry-pick 9eb96bb from upstream V8
Original commit message: [api] Avoid needlessly calling descriptor interceptors Reland part of https://chromium-review.googlesource.com/c/v8/v8/+/816515. Change-Id: I72ad85ffd162fc0563fc25cdf35189e894f9dc82 Reviewed-on: https://chromium-review.googlesource.com/1138808 Commit-Queue: Timothy Gu <timothygu@chromium.org> Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Reviewed-by: Benedikt Meurer <bmeurer@chromium.org> Cr-Commit-Position: refs/heads/master@{#54492} PR-URL: https://github.com/nodejs/node/pull/22390 Fixes: https://github.com/nodejs/node/issues/17480 Fixes: https://github.com/nodejs/node/issues/17481 Refs: https://github.com/v8/v8/commit/9eb96bb431a52568c4964dee03569eef431a4dfa Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@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 db9401ffa1..326563728f 100644
--- a/common.gypi
+++ b/common.gypi
@@ -29,7 +29,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.16',
+ 'v8_embedder_string': '-node.17',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,