summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorYang Guo <yangguo@chromium.org>2018-11-20 09:16:23 +0100
committerMichaël Zasso <targos@protonmail.com>2018-12-06 15:25:49 +0100
commitd08800799f487c2ab02cf567dca2e4ecfb589b63 (patch)
tree9e2fd0b4287352dcbc40f28a867dc2a5fd50f764 /common.gypi
parente36e9dde38caf3517890da2265e6dd9f127abe72 (diff)
downloadandroid-node-v8-d08800799f487c2ab02cf567dca2e4ecfb589b63.tar.gz
android-node-v8-d08800799f487c2ab02cf567dca2e4ecfb589b63.tar.bz2
android-node-v8-d08800799f487c2ab02cf567dca2e4ecfb589b63.zip
deps: cherry-pick 073073b from upstream V8
Original commit message: [profiler] introduce API to enable detailed source positions This allows Node.js to enable detailed source positions for optimized code early on, without having to pass a flag string. R=petermarshall@chromium.org Change-Id: Ie74ea41f600cf6e31acbe802116df4976ccf1c75 Reviewed-on: https://chromium-review.googlesource.com/c/1319757 Commit-Queue: Yang Guo <yangguo@chromium.org> Reviewed-by: Peter Marshall <petermarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#57380} Refs: https://github.com/v8/v8/commit/073073b4f12b683fc0406cd15b3cb284633fe18e PR-URL: https://github.com/nodejs/node/pull/24515 Refs: https://github.com/nodejs/node/pull/24274 Refs: https://github.com/nodejs/node/pull/24394 Refs: https://github.com/nodejs/node/issues/24393 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Peter Marshall <petermarshall@chromium.org> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@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 cd57005308..33b1234035 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.3',
+ 'v8_embedder_string': '-node.4',
##### V8 defaults for Node.js #####