Files
node/lib
Nathan Woltman d0582ef9e1 lib: copy arguments object instead of leaking it
Instead of leaking the arguments object by passing it as an
argument to a function, copy it's contents to a new array,
then pass the array. This allows V8 to optimize the function
that contains this code, improving performance.

PR-URL: https://github.com/nodejs/node/pull/4361
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Brian White <mscdex@mscdex.net>
2016-03-10 18:45:08 -08:00
..
2015-10-08 17:32:08 -07:00
2016-01-26 20:53:05 +01:00
2016-01-16 19:54:25 +01:00
2016-02-01 21:52:04 -05:00
2016-01-31 19:16:09 +01:00
2015-12-25 13:05:23 -08:00
2016-03-07 14:48:49 -06:00
2016-01-16 19:54:25 +01:00
2015-12-25 13:05:23 -08:00
2015-01-31 23:47:29 -05:00