summaryrefslogtreecommitdiff
path: root/lib/internal/util
AgeCommit message (Expand)Author
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
2018-12-03assert,util: fix sparse array comparisonRuben Bridgewater
2018-12-03assert: fix loose deepEqual map comparisonRuben 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-11-06inspector: remove unused catch bindingscjihrig
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
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
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-05util: make util binding internalcjihrig
2018-09-05assert: fix loose set and map comparisonRuben Bridgewater
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-20assert, util: *DeepEqual() handles ArrayBuffersCaleb Sander
2018-08-20util,assert: improve performanceRuben Bridgewater
2018-08-15util,assert: improve comparison performanceRuben Bridgewater
2018-08-12util,assert: fix boxed primitives bugRuben Bridgewater
2018-08-09assert: fix loose assert with map and setRuben Bridgewater
2018-06-24util: fix comment typosRenée Kooi
2018-06-06worker: initial implementationAnna Henningsen
2018-04-11util: add type check functions for BigInt arraysMichaël Zasso
2018-03-15src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung
2018-03-06src: move internal loaders out of bootstrap_node.jsJoyee Cheung
2018-03-05util: introduce `util.types.is[…]` type checksAnna Henningsen
2017-12-21repl: show lexically scoped vars in tab completionMichaël Zasso
2017-10-25util,assert: expose util.isDeepStrictEqual()Rich Trott