1 2 3 4 5 6 7 8
'use strict'; require('../common'); // This test makes sure clearing timers with // objects doesn't throw clearImmediate({}); clearTimeout({}); clearInterval({});