node/benchmark/buffers
Rich Trott 68ba9aa0fb test,lib,benchmark: match function names
In most cases, named functions match the variable or property to which
they are being assigned. That also seems to be the practice in a series
of PRs currently being evaluated that name currently-anonymous
functions.

This change applies that rule to instances in the code base that don't
comply with that practice.

This will be enforceable with a lint rule once we upgrade to ESLint
3.8.0.

PR-URL: https://github.com/nodejs/node/pull/9113
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com>
2016-10-19 22:20:27 -07:00
..
buffer-base64-decode.js
buffer-base64-encode.js
buffer-bytelength.js
buffer-compare-instance-method.js
buffer-compare-offset.js
buffer-compare.js
buffer-concat.js
buffer-creation.js
buffer-from.js
buffer-hex.js
buffer-indexof.js
buffer-iterate.js
buffer-read.js
buffer-slice.js
buffer-swap.js test,lib,benchmark: match function names 2016-10-19 22:20:27 -07:00
buffer-tostring.js
buffer-write.js
buffer_zero.js
dataview-set.js