summaryrefslogtreecommitdiff
path: root/test/parallel/test-util-inspect.js
AgeCommit message (Expand)Author
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
2018-12-30test: remove `util.inherits()` usageZYSzys
2018-12-27test: add more inspect subclassing testsRuben Bridgewater
2018-12-27util: make inspect aware of RegExp subclasses and null prototypeRuben Bridgewater
2018-12-16util: inspect all prototypesRuben Bridgewater
2018-12-12util: add inspection getter optionRuben Bridgewater
2018-11-14Revert "util: change util.inspect depth default"Gus Caplan
2018-10-02util: change util.inspect depth defaultRuben Bridgewater
2018-10-02util: handle null prototype on inspectAnto Aravinth
2018-09-22doc,test: fix inspect's sorted compare functionMichaël Zasso
2018-09-19util: add order option to `.inspect()`Ruben Bridgewater
2018-09-18lib: move process.binding('js_stream') to internalBindingAnto Aravinth
2018-09-15util: use a shared symbol for util.inspect.customchocolateboy
2018-09-07util: improve inspect performanceRuben Bridgewater
2018-09-05util: make util binding internalcjihrig
2018-08-24util: restore all information in inspectRuben Bridgewater
2018-08-20test: remove third argument from assert.strictEqual()Dzmitry_Prudnikau
2018-08-19util: mark special entries as suchRuben Bridgewater
2018-08-19util: escape symbol and non-enumerable keysRuben Bridgewater
2018-08-15util: improve empty typed array inspectionRuben Bridgewater
2018-08-15test: remove harmony flagsRuben Bridgewater
2018-08-15util: fix sparse array inspectionRuben Bridgewater
2018-08-15util: properly indent special propertiesRuben Bridgewater
2018-07-27util: harden util.inspectRuben Bridgewater
2018-07-18util: improve display of iterators and weak entriesRuben Bridgewater
2018-07-16test: improve inspect readabilityRuben Bridgewater
2018-07-16util: do not escape single quotes if not necessaryRuben Bridgewater
2018-07-16console,util: avoid pair array generation in C++Anna Henningsen
2018-06-24util: recover from maximum call stack sizeRuben Bridgewater
2018-05-21util: improve error inspectionRuben Bridgewater
2018-05-21util: remove erroneous whitespaceRuben Bridgewater
2018-05-21util: wrap error in brackets without stackRuben Bridgewater
2018-05-20util: change items unknown styleRuben Bridgewater
2018-05-19util: remove custom inspection functionRuben Bridgewater
2018-05-19lib,src: use V8 API for collection inspectionAnna Henningsen
2018-05-16test: slightly improve test-util-inspect assertionsAnna Henningsen
2018-05-11test: make sure linked lists are inspectable with defaultsAnna Henningsen
2018-05-11Revert "util: change util.inspect depth default"Anna Henningsen
2018-04-14util: inspect arguments properlyRuben Bridgewater
2018-03-25util: show Weak(Set|Map) entries in inspectRuben Bridgewater
2018-03-25util: improve iterator inspect outputRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2018-01-17test: use shorthand propertiesTobias Nießen