Files
node/lib
Ruben Bridgewater be20e9ecfe assert: refactor to reduce unecessary code paths
The lazy loading is not needed as the errors themself lazy
load assert. Therefore the circle is working as intended
even without this lazy loading.

Improve Array, object, ArrayBuffer, Set and Map performance
in all deepEqual checks by removing unecessary code paths and
by moving expensive checks further back.

Improve throws and doesNotThrow performance by removing dead
code and simplifying the overall logic.

PR-URL: https://github.com/nodejs/node/pull/13973
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
2017-07-09 14:16:34 -04:00
..
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-09 13:41:30 -04:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-06-19 18:18:56 +02:00
2017-07-07 13:18:19 -07:00
2017-07-07 13:18:19 -07:00
2017-06-28 20:00:42 +02:00
2017-06-13 11:48:59 -07:00