summaryrefslogtreecommitdiff
path: root/.eslintignore
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 /.eslintignore
parent0028241fb4c19d04066b006bca4f3e0b3b403d90 (diff)
downloadnode-new-05948d8e4e3fefb757ea8b8aa5160cacd07e0cf4.tar.gz
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 '.eslintignore')
-rw-r--r--.eslintignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index 4b6e6b5e0f..9b1d8b3f35 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -1,3 +1,4 @@
+lib/internal/v8.js
lib/internal/v8_prof_polyfill.js
lib/punycode.js
test/addons/??_*