summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-08-03 19:43:40 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2018-08-19 00:52:41 +0800
commit54c87f37f44742588d0f8e0a778444e0890d7842 (patch)
tree36f836f637ce1f0bf787f3d141a2861b1dc75083 /common.gypi
parent44d04a8c01dba1d7e4a9c9d9a4415eeacc580bf4 (diff)
downloadandroid-node-v8-54c87f37f44742588d0f8e0a778444e0890d7842.tar.gz
android-node-v8-54c87f37f44742588d0f8e0a778444e0890d7842.tar.bz2
android-node-v8-54c87f37f44742588d0f8e0a778444e0890d7842.zip
deps: cherry-pick 6ee8345 from upstream V8
Original commit message: [heap-profiler] Allow embedder to specify edge names This patch adds a variant of EmbedderGraph::AddEdge() which allows the embedder to specify the name of an edge. The edges added without name are element edges with auto-incremented indexes while the edges added with names will be internal edges with the specified names for more meaningful output in the heap snapshot. Refs: https://github.com/nodejs/node/pull/21741 Bug: v8:7938 Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng Change-Id: I8feefa2cf6911743e24b3b2024e0e849b0c65cd3 Reviewed-on: https://chromium-review.googlesource.com/1133299 Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by: Ulan Degenbaev <ulan@chromium.org> Cr-Commit-Position: refs/heads/master@{#54412} Refs: https://github.com/v8/v8/commit/6ee834532d6f924f6057584085fa79b4777c396a PR-URL: https://github.com/nodejs/node/pull/22106 Reviewed-By: Anna Henningsen <anna@addaleax.net> 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 1940e3fabb..ec877db990 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.15',
+ 'v8_embedder_string': '-node.16',
# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,