Home | History | Annotate | Download | only in mocha

Lines Matching refs:immediately

4650 Runner.immediately = global.setImmediate || process.nextTick;
4864 Runner.immediately(function(){
6482 * High-performance override of Runner.immediately.
6485 Mocha.Runner.immediately = function(callback) {