node: allow multiple arguments passed to nextTick
authorTrevor Norris <trev.norris@gmail.com>
Thu, 5 Mar 2015 21:07:27 +0000 (14:07 -0700)
committerTrevor Norris <trev.norris@gmail.com>
Wed, 15 Apr 2015 23:02:21 +0000 (17:02 -0600)
commit10e31ba56c676bdcad39ccad22ea9117733b8eb5
treeb6453f8333b440e95c516fd2519ec1366fe762cd
parent12e51d56c1007d83c4bc1c1450b5f45837c27164
node: allow multiple arguments passed to nextTick

PR-URL: https://github.com/iojs/io.js/pull/1077
Reviewed-by: Colin Ihrig <cjihrig@gmail.com>
18 files changed:
doc/api/process.markdown
lib/_debugger.js
lib/_http_client.js
lib/_http_outgoing.js
lib/_stream_duplex.js
lib/_stream_readable.js
lib/_stream_writable.js
lib/_tls_legacy.js
lib/child_process.js
lib/cluster.js
lib/dgram.js
lib/dns.js
lib/fs.js
lib/net.js
lib/zlib.js
src/node.js
test/message/stdin_messages.out
test/parallel/test-next-tick.js