Files
node/lib
cjihrig cca8de6709 net: remove use of arguments in Server constructor
The current implementation uses the arguments object in the Server()
constructor. Since both arguments to Server() are optional, there was a
high likelihood of accessing a non-existent element in arguments, which
carries a performance overhead. This commit replaces the arguments
object with named arguments.

Reviewed-by: Trevor Norris <trev.norris@gmail.com>

Conflicts:
	lib/net.js
2015-02-13 13:37:25 -05:00
..
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-02-09 14:14:20 +03:00
2015-02-11 14:36:48 -07:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-21 16:21:31 -05:00
2015-02-10 15:35:00 +03:00
2015-02-07 12:00:16 -08:00
2015-02-13 13:37:25 -05:00
2015-01-21 16:21:31 -05:00
2015-01-31 23:47:29 -05:00
2014-11-28 13:21:43 +03:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-21 16:21:31 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00
2015-02-07 17:41:44 +03:00
2015-01-21 16:21:31 -05:00
2015-01-31 23:47:29 -05:00
2015-01-31 23:47:29 -05:00