summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMichaël Zasso <targos@protonmail.com>2019-11-27 15:35:23 +0100
committerMichaël Zasso <targos@protonmail.com>2019-11-29 16:06:18 +0100
commitb7b39e0b77d4ad16583ecd56ef5c35b081c9cde4 (patch)
tree211082ee4dc90836b021d32aa32abe5346cb2837 /common.gypi
parent58850f6bb4f57d6970d04b23bd2c75a37937564d (diff)
downloadandroid-node-v8-b7b39e0b77d4ad16583ecd56ef5c35b081c9cde4.tar.gz
android-node-v8-b7b39e0b77d4ad16583ecd56ef5c35b081c9cde4.tar.bz2
android-node-v8-b7b39e0b77d4ad16583ecd56ef5c35b081c9cde4.zip
deps: V8: backport 93f189f19a03
Original commit message: [ic] Fix non-GlobalIC store to interceptor on the global object We possibly need to load the global object from the global proxy as the holder of the named interceptor. Change-Id: I0f9f2e448630608ae853588f6751b55574a9efd9 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1930903 Commit-Queue: Igor Sheludko <ishell@chromium.org> Reviewed-by: Igor Sheludko <ishell@chromium.org> Cr-Commit-Position: refs/heads/master@{#65119} Refs: https://github.com/v8/v8/commit/93f189f19a030d5de6c5173711dca120ad76e5cd Fixes: https://github.com/nodejs/node/issues/30586 PR-URL: https://github.com/nodejs/node/pull/30681 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
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 4fd333a45d..e063139a7d 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.21',
+ 'v8_embedder_string': '-node.22',
##### V8 defaults for Node.js #####