Files
node/lib/internal
Ruben Bridgewater 02b66b5b86 util: inspect all prototypes
It is currently difficult to distinguish multiple objects from each
other because the prototype is not properly inspected. From now on
all prototypes will be inspected, even if we do not fully know how
they will look like / what their shape really is.

PR-URL: https://github.com/nodejs/node/pull/24974
Fixes: https://github.com/nodejs/node/issues/24917
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2018-12-16 12:32:58 +01:00
..
2018-12-10 17:07:18 +01:00
2018-12-16 12:32:58 +01:00
2018-12-05 14:46:33 -08:00
2018-12-10 17:07:18 +01:00
2018-07-14 14:04:38 +02:00
2018-11-16 21:56:29 +09:00
2018-11-26 20:34:32 +05:30
2018-12-10 17:07:18 +01:00
2018-08-12 10:44:53 -07:00
2018-12-14 13:13:54 -05:00

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These modules can be changed at any time. Reliance on these modules outside of core is not supported in any way.