summaryrefslogtreecommitdiff
path: root/lib/internal/util/comparisons.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-07assert: handle (deep) equal(NaN, NaN) as being identicalRuben Bridgewater
2019-12-07assert,util: stricter type comparison using deep equal comparisonsRuben Bridgewater
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-17util: replace var with letSusana Ferreira
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-08-09util: isEqualBoxedPrimitive: ensure both values are actual boxed SymbolsJordan Harband
2019-08-09util: assert: fix deepEqual comparing fake-boxed to real boxed primitiveJordan Harband
2019-05-13assert: loose deep equal should not compare symbol propertiesRuben Bridgewater
2019-04-08lib: use safe methods from primordialsMichaël Zasso
2019-03-21util: extract uncurryThis function for reuseZYSzys
2019-01-27assert: adjust loose assertionsRuben Bridgewater
2018-12-27lib: expose all type checks from the internal types moduleRuben 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-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
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-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-10-25util,assert: expose util.isDeepStrictEqual()Rich Trott