summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorYang Guo <yangguo@chromium.org>2018-11-20 08:59:38 +0100
committerMichaël Zasso <targos@protonmail.com>2018-12-06 15:25:51 +0100
commit3d6d9749c273d8bbd19508a9f294cfedf44d01e2 (patch)
tree411295a93b57bf05aab8abc9194b5d7e362909fe /common.gypi
parentd08800799f487c2ab02cf567dca2e4ecfb589b63 (diff)
downloadandroid-node-v8-3d6d9749c273d8bbd19508a9f294cfedf44d01e2.tar.gz
android-node-v8-3d6d9749c273d8bbd19508a9f294cfedf44d01e2.tar.bz2
android-node-v8-3d6d9749c273d8bbd19508a9f294cfedf44d01e2.zip
deps: cherry-pick 88f8fe1 from upstream V8
Original commit message: Fix collection iterator preview with deleted entries We used to assume that we know the remaining entries returned by the iterator based on the current index. However, that is not accurate, since entries skipped by the current index could be deleted. In the new approach, we allocate conservatively and shrink the result. R=neis@chromium.org Bug: v8:8433 Change-Id: I38a3004dc3af292daabb454bb76f38d65ef437e8 Reviewed-on: https://chromium-review.googlesource.com/c/1325966 Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/master@{#57360} Refs: https://github.com/v8/v8/commit/88f8fe19a863c6392bd296faf86c06eff2a41bc1 PR-URL: https://github.com/nodejs/node/pull/24514 Refs: https://github.com/nodejs/node/issues/24053 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Joyee Cheung <joyeec9h3@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 33b1234035..cc916c6c22 100644
--- a/common.gypi
+++ b/common.gypi
@@ -38,7 +38,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',
##### V8 defaults for Node.js #####