Lines Matching refs:Timeout
39 Timeout,
139 * @returns {Timeout}
165 const timeout = new Timeout(callback, after, args, false, true);
183 * @param {Timeout | string | number} timer
209 * @returns {Timeout}
235 const timeout = new Timeout(callback, repeat, args, true, true);
243 * @param {Timeout | string | number} timer
253 Timeout.prototype.close = function() {
258 Timeout.prototype[SymbolDispose] = function() {
263 * Coerces a `Timeout` to a primitive.
266 Timeout.prototype[SymbolToPrimitive] = function() {