Lines Matching refs:expiry
148 // the expiry times of two lists and if they're the same then compares their
245 constructor(expiry, msecs) {
248 this.expiry = expiry;
369 const expiry = start + msecs;
370 timerListMap[msecs] = list = new TimersList(expiry, msecs);
373 if (nextExpiry > expiry) {
375 nextExpiry = expiry;
411 const expiryDiff = a.expiry - b.expiry;
504 if (list.expiry > now) {
505 nextExpiry = list.expiry;
530 list.expiry = MathMax(timer._idleStart + msecs, now + 1);