summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
Commit message (Expand)AuthorAgeFilesLines
* tools: increase maximum line length to 120 charactersRich Trott2022-01-211-2/+0
* test: add coverage for util.inspect()Rich Trott2022-01-161-0/+5
* tools: enable ESLint no-sparse-arrays ruleRich Trott2022-01-131-1/+2
* tools: enable ESLint no-loss-of-precision ruleRich Trott2022-01-131-0/+1
* util: do not reduce to a single line if not appropriate using inspectRuben Bridgewater2021-12-241-0/+18
* util: display a present-but-undefined error causeJordan Harband2021-12-211-0/+6
* util: serialize falsy cause values while inspecting errorsRuben Bridgewater2021-12-111-0/+10
* util: pass through the inspect function to custom inspect functionsRuben Bridgewater2021-12-111-3/+4
* util: escape lone surrogate code points using .inspect()Ruben Bridgewater2021-12-061-0/+42
* util: add numericSeparator to util.inspectRuben Bridgewater2021-12-031-0/+49
* test: use `assert.match` instead of `regexp.test`Michaël Zasso2021-08-311-16/+18
* test: adapt test-util-inspect to V8 9.3Michaël Zasso2021-08-301-1/+1
* test: prepare for consistent comma-dangle lint ruleRich Trott2021-04-011-26/+26
* util: inspect __proto__ key as written in object literalAnna Henningsen2021-03-131-0/+7
* test: increase inspect coverageEmil Sivervik2021-01-271-0/+17
* test: add coverage for breakLength one-column arrayRich Trott2021-01-031-0/+19
* test: improve coverage for util.inspect() with classesRich Trott2020-12-261-0/+5
* util: fix instanceof checks with null prototypes during inspectionRuben Bridgewater2020-12-121-0/+11
* test: check null proto-of-proto in util.inspect()Rich Trott2020-12-081-0/+32
* test: increase coverage for util.inspect()Rich Trott2020-11-261-0/+20
* test: add util.inspect test for null maxStringLengthRich Trott2020-11-141-0/+1
* test: replace var with constAleksandr Krutko2020-11-131-2/+2
* src: use node:moduleName as builtin module filenameMichaël Zasso2020-10-071-7/+7
* util: print External address from inspectunknown2020-07-281-2/+2
* util: gracefully handle unknown colorsRuben Bridgewater2020-06-191-0/+6
* util: restrict custom inspect function + vm.Context interactionAnna Henningsen2020-06-111-0/+83
* util: fix inspection of class instance prototypesRuben Bridgewater2020-05-251-0/+31
* util: mark classes while inspecting themRuben Bridgewater2020-05-201-0/+82
* util: change default value of `maxStringLength` to 10000unknown2020-04-131-0/+1
* util: add `maxStrLength` option to `inspect` functionunknown2020-04-081-0/+8
* util: only inspect error properties that are not visible otherwiseRuben Bridgewater2020-04-021-0/+22
* util: fix inspecting document.allGus Caplan2020-03-301-0/+9
* util: add coverage for util.inspect.colors alias setterRich Trott2020-02-131-0/+25
* lib: move GLOBAL and root aliases to EOLJames M Snell2020-02-051-56/+54
* util: fix inspection of typed arrays with unusual lengthRuben Bridgewater2020-01-241-0/+6
* util: improve unicode supportRuben Bridgewater2020-01-221-0/+20
* util: improve prototype inspection using `inspect()` and `showHidden`Ruben Bridgewater2020-01-021-6/+23
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-4/+4
* util: add (typed) array length to the default outputRuben Bridgewater2019-12-251-32/+35
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-4/+4
* util: add Set and map size to inspect outputRuben Bridgewater2019-12-151-46/+45
* util: refactor inspect code for constistencyRuben Bridgewater2019-12-151-0/+13
* util: inspect (user defined) prototype propertiesRuben Bridgewater2019-12-131-1/+79
* util: add more predefined color codes to inspect.colorsRuben Bridgewater2019-12-071-0/+28
* util: improve inspect's customInspect performanceRuben Bridgewater2019-12-071-2/+7
* test: increase coverage for trace_events.jsRich Trott2019-11-301-2/+7
* util: fix inspection of errors with tampered name or stack propertyRuben Bridgewater2019-11-281-0/+29
* util: escape C1 control characters and switch to hex formatRuben Bridgewater2019-11-191-3/+4
* test: replace Object.assign with object spreadGrigoriy Levanov2019-11-121-1/+1
* console,util: fix missing recursion end while inspecting prototypesRuben Bridgewater2019-09-231-0/+15