summaryrefslogtreecommitdiff
path: root/lib/internal/util/inspect.js
AgeCommit message (Expand)Author
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: 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-10util: protect against monkeypatched Object prototype for inspect()Rich Trott
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
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-11-20util: remove unreachable branchrahulshuklab4u
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-11-13util: deleted unreachable code from util.inspectkiyomizumia
2018-11-10lib: combine contructor, tag, Object into a functionPaul Isache
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-10-02util: handle null prototype on inspectAnto Aravinth
2018-09-24util: move inspect in separate fileRuben Bridgewater