Files
node/lib
Michaël Zasso 05886cbab1 buffer: remove unnecessary argument check
In Buffer.prototype.compare, the first check makes sure that target is
an instance of Buffer. The value cannot be falsy after that so we can
safely get its length.

PR-URL: https://github.com/nodejs/node/pull/8552
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
2016-09-19 09:14:00 +02:00
..
2016-09-07 16:29:41 -07:00
2016-08-22 11:07:05 -07:00
2016-09-12 16:57:27 +02:00
2016-05-18 02:12:28 -04:00
2016-06-17 17:03:49 +02:00
2016-09-16 16:53:03 +02:00
2016-09-15 14:26:42 +08:00
2016-08-10 23:41:28 +02:00