summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2017-11-24 00:13:44 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2017-11-24 00:13:44 +0100
commit05948d8e4e3fefb757ea8b8aa5160cacd07e0cf4 (patch)
tree85a924240378ed30b4e6e9db15fce44a76db4801 /node.gyp
parent0028241fb4c19d04066b006bca4f3e0b3b403d90 (diff)
downloadandroid-node-v8-05948d8e4e3fefb757ea8b8aa5160cacd07e0cf4.tar.gz
android-node-v8-05948d8e4e3fefb757ea8b8aa5160cacd07e0cf4.tar.bz2
android-node-v8-05948d8e4e3fefb757ea8b8aa5160cacd07e0cf4.zip
lib: remove use of Debug.MakeMirror()
This paves the way for removing `vm.runInDebugContext()`. Inspection of Map and Set iterators is now done through V8 instrinsics. Fixes: https://github.com/nodejs/node/issues/11875 PR-URL: https://github.com/nodejs/node/pull/13295 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index c32adc3720..ed28b4a6ce 100644
--- a/node.gyp
+++ b/node.gyp
@@ -132,6 +132,7 @@
'lib/internal/http2/core.js',
'lib/internal/http2/compat.js',
'lib/internal/http2/util.js',
+ 'lib/internal/v8.js',
'lib/internal/v8_prof_polyfill.js',
'lib/internal/v8_prof_processor.js',
'lib/internal/streams/lazy_transform.js',