summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2018-08-19 21:53:40 +0200
committerMichaël Zasso <targos@protonmail.com>2018-09-07 21:07:01 +0200
commit8dc159658c97ff04dfc08ff5bfcd1a1a17b98430 (patch)
tree979fc01ca821949d1a03989f7a6a875736524455 /common.gypi
parent127e7035ce70e70bdb62969f965d6941156c042c (diff)
downloadandroid-node-v8-8dc159658c97ff04dfc08ff5bfcd1a1a17b98430.tar.gz
android-node-v8-8dc159658c97ff04dfc08ff5bfcd1a1a17b98430.tar.bz2
android-node-v8-8dc159658c97ff04dfc08ff5bfcd1a1a17b98430.zip
deps: cherry-pick c608122 from upstream V8
Original commit message: [api][keys] Allow skipping indices for Proxies with GetPropertyNames Bug: v8:7942 Change-Id: I7b3740b04cbcaa56dc809150900ab8d821b054ce Reviewed-on: https://chromium-review.googlesource.com/1156544 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#54821} Refs: https://github.com/v8/v8/commit/c608122b85238397a43910246f5ff218eb43fb24 PR-URL: https://github.com/nodejs/node/pull/21983 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@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 aacf4d5551..4dd3bf632f 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.3',
+ 'v8_embedder_string': '-node.4',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,