mirror of https://github.com/lukechilds/node.git
Browse Source
Don't lazy-load setInterval(), setTimeout(), etc. Most applications are going to need them and routing every call through NativeModule.require() and Function#apply() is not exactly efficient. PR-URL: https://github.com/iojs/io.js/pull/1280 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>v1.8.0-commit
Ben Noordhuis
10 years ago
1 changed files with 7 additions and 29 deletions
Loading…
Reference in new issue