aboutsummaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
AgeCommit message (Expand)Author
2019-06-18util: use average bias while grouping arraysRuben Bridgewater
2019-06-18util: improve .inspect() array groupingRuben Bridgewater
2019-06-17util: refactor inspecting long linesRuben Bridgewater
2019-06-17util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-17util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-06-17trace_events: respect inspect() depthcjihrig
2019-06-01test: add coverage for sparse array maxArrayLengthwent.out
2019-05-31test: add util inspect null getter testMikhail Kuklin
2019-05-31test: cover util.inspect on boxed primitive with colorsAlexander Avakov
2019-05-31test: add test for util.inspectLevin Eugene
2019-05-20util: unify constructor inspection in `util.inspect`Ruben Bridgewater
2019-05-17util: reconstruct constructor in more casesRuben Bridgewater
2019-05-06util: inspect constructor closerRuben Bridgewater
2019-05-06util: compatibility patch to backport d0667e8Ruben Bridgewater
2019-05-06util: improve function inspectionRuben Bridgewater
2019-05-04test: make sure weak references are not GCed too earlyRuben Bridgewater
2019-04-27util: add prototype support for boxed primitivesRuben Bridgewater
2019-04-27util: improve `Symbol.toStringTag` handlingRuben Bridgewater
2019-04-27test: fix ineffective error testsMasashi Hirano
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-04-10util: improve inspect edge casesRuben Bridgewater
2019-04-03util: improve error property inspectionRuben Bridgewater
2019-04-03util: improve `inspect()` compact number modeRuben Bridgewater
2019-04-03test: simplify date inspection testsRuben Bridgewater
2019-04-03util: `inspect()` should not exceed `breakLength`Ruben Bridgewater
2019-03-30util: add subclass and null prototype support for errors in inspectRuben Bridgewater
2019-03-29util: fix map entries inspectionRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-25tools: enable getter-return lint rulecjihrig
2019-03-13util: prevent tampering with internals in `inspect()`Ruben Bridgewater
2019-03-07lib: migrate process.binding to internalBindingBeni von Cheni
2019-03-01util: group array elements togetherRuben Bridgewater
2019-03-01util: add compact depth modeRuben Bridgewater
2019-02-28util: prevent leaking internal propertiesRuben Bridgewater
2019-02-28util: mark iterator entries as suchRuben Bridgewater
2019-02-20util: update set iterator entries inspectionRuben Bridgewater
2019-01-18util: fix iterable types with special prototypeRuben Bridgewater
2019-01-11util: code cleanupRuben Bridgewater
2019-01-10util: add null prototype support for dateAnto Aravinth
2019-01-09util: inspect ArrayBuffers contents as wellRuben Bridgewater
2019-01-01test: remove unnecessary test flagscjihrig
2018-12-30test: remove `util.inherits()` usageZYSzys
2018-12-27test: add more inspect subclassing testsRuben Bridgewater
2018-12-27util: make inspect aware of RegExp subclasses and null prototypeRuben Bridgewater
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-12util: add inspection getter optionRuben Bridgewater
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-10-02util: handle null prototype on inspectAnto Aravinth