domain: speed up domain.create
authorRyunosuke SATO <tricknotes.rs@gmail.com>
Thu, 27 Dec 2012 15:51:31 +0000 (00:51 +0900)
committerisaacs <i@izs.me>
Fri, 28 Dec 2012 01:45:36 +0000 (17:45 -0800)
commit697484df82eb227d81d8b91d29ffc90d5d5212ef
treeea96cc2d1c42690733d775b05f3a87825c08008b
parent8936868e9bf6b4a3f56684c4895e2a7c33395479
domain: speed up domain.create

Use `EventEmitter.call` instead of `EventEmitter.apply` because of performance.
lib/domain.js