Files
node/lib
Ruben Bridgewater 81bc23fe61 util: improve display of iterators and weak entries
This adds the number of not visible elements when inspecting iterators
while exceeding `maxArrayLength`.
It also fixes a edge case with `maxArrayLength` and the map.entries()
iterator. Now the whole entry will be visible instead of only the key
but not the value of the first entry.
Besides that it uses a slighly better algorithm that improves the
performance by skipping unnecessary steps.

PR-URL: https://github.com/nodejs/node/pull/20961
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2018-07-18 17:21:14 +02:00
..
2018-07-16 11:30:55 +02:00
2018-04-13 19:59:44 +02:00
2018-07-13 17:47:13 +03:00
2018-05-18 15:25:42 +02:00
2018-06-20 13:35:27 -04:00
2017-08-28 00:39:42 +04:00
2018-07-16 15:55:15 -07:00
2018-04-16 16:02:12 +02:00
2017-03-10 11:23:48 -08:00
2018-07-18 05:01:28 -07:00
2018-05-18 15:25:40 +02:00
2018-05-18 15:32:05 +02:00
2018-04-26 19:42:48 +02:00
2018-06-05 18:57:44 -07:00