Home
last modified time | relevance | path

Searched refs:_onTimeout (Results 1 - 10 of 10) sorted by relevance

/third_party/node/test/parallel/
H A Dtest-timers-unref-remove-other-unref-timers.js11 _onTimeout: common.mustNotCall('_onTimeout should not be called')
15 _onTimeout: common.mustCall(function() {
H A Dtest-timers-unref-active.js35 someObject._onTimeout = function _onTimeout() { function
H A Dtest-timers-unref-remove-other-unref-timers-only-one-fires.js7 // time, if one unenrolls the other one in its _onTimeout callback, the other
20 _onTimeout: function() {
27 _onTimeout: function() {
H A Dtest-timers-enroll-second-time.js9 _onTimeout: common.mustCall(),
H A Dtest-timers-max-duration-warning.js37 _onTimeout: timerNotCanceled
36 _onTimeout: timerNotCanceled global() property
/third_party/node/lib/
H A Dtimers.js187 if (timer && timer._onTimeout) {
188 timer._onTimeout = null;
195 timerInstance._onTimeout = null;
H A Dnet.js584 Socket.prototype._onTimeout = function() {
597 debug('_onTimeout');
/third_party/node/lib/internal/
H A Dtimers.js44 // ║ ║ { _idleNext: { }, _idlePrev: { }, _onTimeout: (callback) }
47 // ║ ║ { _idleNext: { etc }, _idlePrev: { }, _onTimeout: (callback) }
187 this._onTimeout = null;
188 this._onTimeout = callback;
547 if (!timer._onTimeout) {
569 timer._onTimeout();
571 ReflectApply(timer._onTimeout, timer, args);
H A Dstream_base_commons.js256 this[kTimeout] = setUnrefTimeout(this._onTimeout.bind(this), msecs);
/third_party/node/lib/internal/http2/
H A Dcore.js1597 _onTimeout() {
2073 _onTimeout() {

Completed in 7 milliseconds