summaryrefslogtreecommitdiff
path: root/node.gyp
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2018-05-14 17:30:27 +0200
committerAnna Henningsen <anna@addaleax.net>2018-05-19 01:02:14 +0200
commit70cc5da0f11a024cf5be1ff20fd885556c1d2153 (patch)
tree0c6e6293015808b5dc89c21934372edd56a784c8 /node.gyp
parent143a2f8d67a81154bdb2849999837fb0a5c13d8e (diff)
downloadandroid-node-v8-70cc5da0f11a024cf5be1ff20fd885556c1d2153.tar.gz
android-node-v8-70cc5da0f11a024cf5be1ff20fd885556c1d2153.tar.bz2
android-node-v8-70cc5da0f11a024cf5be1ff20fd885556c1d2153.zip
lib,src: use V8 API for collection inspection
Use a new public V8 API for inspecting weak collections and collection iterators, rather than using V8-internal functions to achieve this. This currently comes with a slight modification of the output for inspecting iterators generated by `Set().entries()`. Fixes: https://github.com/nodejs/node/issues/20409 PR-URL: https://github.com/nodejs/node/pull/20719 Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.gyp b/node.gyp
index d894fec7d9..b4606ccc6f 100644
--- a/node.gyp
+++ b/node.gyp
@@ -146,7 +146,6 @@
'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/validators.js',