summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
AgeCommit message (Expand)Author
2020-12-12util: fix instanceof checks with null prototypes during inspectionRuben Bridgewater
2020-12-08test: check null proto-of-proto in util.inspect()Rich Trott
2020-11-26test: increase coverage for util.inspect()Rich Trott
2020-11-14test: add util.inspect test for null maxStringLengthRich Trott
2020-11-13test: replace var with constAleksandr Krutko
2020-10-07src: use node:moduleName as builtin module filenameMichaƫl Zasso
2020-07-28util: print External address from inspectunknown
2020-06-19util: gracefully handle unknown colorsRuben Bridgewater
2020-06-11util: restrict custom inspect function + vm.Context interactionAnna Henningsen
2020-05-25util: fix inspection of class instance prototypesRuben Bridgewater
2020-05-20util: mark classes while inspecting themRuben Bridgewater
2020-04-13util: change default value of `maxStringLength` to 10000unknown
2020-04-08util: add `maxStrLength` option to `inspect` functionunknown
2020-04-02util: only inspect error properties that are not visible otherwiseRuben Bridgewater
2020-03-30util: fix inspecting document.allGus Caplan
2020-02-13util: add coverage for util.inspect.colors alias setterRich Trott
2020-02-05lib: move GLOBAL and root aliases to EOLJames M Snell
2020-01-24util: fix inspection of typed arrays with unusual lengthRuben Bridgewater
2020-01-22util: improve unicode supportRuben Bridgewater
2020-01-02util: improve prototype inspection using `inspect()` and `showHidden`Ruben Bridgewater
2019-12-31test: refactor common.expectsErrorRuben Bridgewater
2019-12-25util: add (typed) array length to the default outputRuben Bridgewater
2019-12-20errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater
2019-12-15util: add Set and map size to inspect outputRuben Bridgewater
2019-12-15util: refactor inspect code for constistencyRuben Bridgewater
2019-12-13util: inspect (user defined) prototype propertiesRuben Bridgewater
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