summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorCamillo Bruni <cbruni@chromium.org>2018-08-18 13:41:51 -0400
committerMichaƫl Zasso <targos@protonmail.com>2018-09-07 21:07:07 +0200
commit56d7411be3c70a3e99cbc60aadee06bbc99a233e (patch)
tree9aae55644bf95295b09af879603ad500843e3586 /common.gypi
parent8dc159658c97ff04dfc08ff5bfcd1a1a17b98430 (diff)
downloadandroid-node-v8-56d7411be3c70a3e99cbc60aadee06bbc99a233e.tar.gz
android-node-v8-56d7411be3c70a3e99cbc60aadee06bbc99a233e.tar.bz2
android-node-v8-56d7411be3c70a3e99cbc60aadee06bbc99a233e.zip
deps: cherry-pick e1a7699 from upstream V8
Original commit message: [api][runtime] Support all-in ctors of {Named,Indexed}PropertyHandlerConfiguration - Explicitly allows construction of {Named,Indexed}PropertyHandlerConfiguration with all the members filled. Bug: v8:7612 Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Change-Id: I426ea33846b5dbf2b3482c722c963a6e4b0abded Reviewed-on: https://chromium-review.googlesource.com/1163882 Reviewed-by: Toon Verwaest <verwaest@chromium.org> Reviewed-by: Adam Klein <adamk@chromium.org> Commit-Queue: Camillo Bruni <cbruni@chromium.org> Cr-Commit-Position: refs/heads/master@{#55142} 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/e1a76995ef311eb3ca66e12ef1941ed596034d59 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 4dd3bf632f..f065a37e0d 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.4',
+ 'v8_embedder_string': '-node.5',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,