node/lib/internal/util
Ruben Bridgewater 1fa403762c console,util: fix missing recursion end while inspecting prototypes
This makes sure prototypes won't be inspected infinitely for some
obscure object creations. The depth is now taken into account and
the recursion ends when the depth limit is reached.

PR-URL: https://github.com/nodejs/node/pull/29647
Fixes: https://github.com/nodejs/node/issues/29646
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
2019-09-23 23:42:10 -07:00
..
comparisons.js util: isEqualBoxedPrimitive: ensure both values are actual boxed Symbols 2019-08-09 10:30:00 -05:00
debuglog.js util: improve debuglog performance 2019-08-09 18:13:30 -04:00
inspect.js console,util: fix missing recursion end while inspecting prototypes 2019-09-23 23:42:10 -07:00
inspector.js lib: rework logic of stripping BOM+Shebang from commonjs 2019-05-26 13:04:29 -05:00
types.js lib: enforce the use of Object from primordials 2019-04-12 05:38:45 +02:00