Commit 2903410a authored by Ben Noordhuis's avatar Ben Noordhuis
Browse files

src: don't lazy-load timer globals

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: default avatarJeremiah Senkpiel <fishrock123@rocketmail.com>
parent 5e609e93
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment