summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
AgeCommit message (Expand)Author
2019-12-07util: add more predefined color codes to inspect.colorsRuben Bridgewater
2019-12-07util: improve inspect's customInspect performanceRuben Bridgewater
2019-11-30test: increase coverage for trace_events.jsRich Trott
2019-11-28util: fix inspection of errors with tampered name or stack propertyRuben Bridgewater
2019-11-19util: escape C1 control characters and switch to hex formatRuben Bridgewater
2019-11-12test: replace Object.assign with object spreadGrigoriy Levanov
2019-09-23console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater
2019-08-29util: do not throw when inspecting detached ArrayBufferAnna Henningsen
2019-06-17util: use average bias while grouping arraysRuben Bridgewater
2019-06-17util: improve .inspect() array groupingRuben Bridgewater
2019-06-11util: refactor inspecting long linesRuben Bridgewater
2019-06-09util: special handle `maxArrayLength` while grouping arraysRuben Bridgewater
2019-06-08util: support AsyncGeneratorFunction in .inspectRuben Bridgewater
2019-06-05trace_events: respect inspect() depthcjihrig
2019-06-01test: add coverage for sparse array maxArrayLengthwent.out
2019-05-30test: add util inspect null getter testMikhail Kuklin
2019-05-29test: cover util.inspect on boxed primitive with colorsAlexander Avakov
2019-05-28test: add test for util.inspectLevin Eugene
2019-05-20util: include reference anchor for circular structuresRuben Bridgewater
2019-05-20util: unify constructor inspection in `util.inspect`Ruben Bridgewater
2019-05-16util: reconstruct constructor in more casesRuben Bridgewater
2019-05-04util: inspect constructor closerRuben Bridgewater
2019-05-02util: improve function inspectionRuben Bridgewater
2019-05-02test: make sure weak references are not GCed too earlyRuben Bridgewater
2019-04-26util: add prototype support for boxed primitivesRuben Bridgewater
2019-04-25util: improve `Symbol.toStringTag` handlingRuben Bridgewater
2019-04-24test: 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