node/benchmark/es
Daniele Belardi 0f8941962d benchmark: use let and const instead of var
Use let and const in domain, es, events, fixtures, fs, http,
http2 and misc.

PR-URL: https://github.com/nodejs/node/pull/31518
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2020-01-28 19:59:41 -08:00
..
defaultparams-bench.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
destructuring-bench.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
destructuring-object-bench.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
foreach-bench.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
map-bench.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
restparams-bench.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
spread-assign.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
spread-bench.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
string-concatenations.js
string-repeat.js