()
| 8419 | var util = require("./util"); |
| 8420 | var schedule; |
| 8421 | var noAsyncScheduler = function() { |
| 8422 | throw new Error("No async scheduler available\u000a\u000a See http://goo.gl/MqrFmX\u000a"); |
| 8423 | }; |
| 8424 | var NativePromise = util.getNativePromise(); |
| 8425 | if (util.isNode && typeof MutationObserver === "undefined") { |
| 8426 | var GlobalSetImmediate = global.setImmediate; |
nothing calls this directly
no outgoing calls
no test coverage detected