summaryrefslogtreecommitdiff
path: root/lib/internal/util
AgeCommit message (Expand)Author
2019-04-15util: only sort weak entries onceRuben Bridgewater
2019-04-15util: highlight stack framesRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-10util: change inspect compact and breakLength defaultRuben Bridgewater
2019-04-10util: improve inspect edge casesRuben Bridgewater
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-04-08buffer: fix custom inspection with extra propertiesRuben Bridgewater
2019-04-04util: use minimal object inspection with %s specifierRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-04-03util: improve error property inspectionRuben Bridgewater
2019-04-03util: improve `inspect()` compact number modeRuben 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-28util: only the first line of the error messageSimon Zünd
2019-03-28util: improve proxy inspectionRuben Bridgewater
2019-03-23lib: refactor Error.captureStackTrace() usageRuben Bridgewater
2019-03-21util: extract uncurryThis function for reuseZYSzys
2019-03-21lib: use Array#includes instead of Array#indexOfWeijia Wang
2019-03-13util: prevent tampering with internals in `inspect()`Ruben Bridgewater
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08lib: move format and formatWithOptions into internal/util/inspect.jsJoyee Cheung
2019-03-01util: group array elements togetherRuben Bridgewater
2019-03-01util: add compact depth modeRuben Bridgewater
2019-02-28util: fix proxy inspectionRuben 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-02-20src: simplify InspectorConsoleCallAnna Henningsen
2019-02-10util: protect against monkeypatched Object prototype for inspect()Rich Trott
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-01-27assert: adjust loose assertionsRuben Bridgewater
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-18util: fix iterable types with special prototypeRuben Bridgewater
2019-01-11util: remove eslint comments and rename variablesRuben Bridgewater
2019-01-11util: remove outdated commentRuben Bridgewater
2019-01-11util: simpler module namespace codeRuben Bridgewater
2019-01-11util: code cleanupRuben Bridgewater
2019-01-11util: switch recurseTimes counterRuben Bridgewater
2019-01-10util: add null prototype support for dateAnto Aravinth
2019-01-09util: inspect ArrayBuffers contents as wellRuben Bridgewater
2019-01-05src: use `internalBinding('config').hasInspector` in JS landJoyee Cheung
2018-12-31util: fix util.inspect with proxied functionWeijia Wang
2018-12-27lib: expose all type checks from the internal types moduleRuben Bridgewater
2018-12-27buffer: inspect extra propertiesRuben Bridgewater
2018-12-27util: make inspect aware of RegExp subclasses and null prototypeRuben Bridgewater
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-14util: remove todoRuben Bridgewater
2018-12-12util: add inspection getter optionRuben Bridgewater
2018-12-10assert,util: harden comparisonRuben Bridgewater