Use setImmediate reference of the context object.

Former-commit-id: 28c11df25ceb1a414caaa61eaee54fae27a2ff03
This commit is contained in:
John-David Dalton
2013-02-27 01:14:29 -08:00
parent b3c550b7c0
commit 4c4b205721
7 changed files with 187 additions and 177 deletions

View File

@@ -157,6 +157,7 @@
getPrototypeOf = reNative.test(getPrototypeOf = Object.getPrototypeOf) && getPrototypeOf,
hasOwnProperty = objectRef.hasOwnProperty,
push = arrayRef.push,
setImmediate = context.setImmediate,
setTimeout = context.setTimeout,
toString = objectRef.toString;