Searched refs:_onTimeout (Results 1 - 10 of 10) sorted by relevance
/third_party/node/test/parallel/ |
H A D | test-timers-unref-remove-other-unref-timers.js | 11 _onTimeout: common.mustNotCall('_onTimeout should not be called') 15 _onTimeout: common.mustCall(function() {
|
H A D | test-timers-unref-active.js | 35 someObject._onTimeout = function _onTimeout() { function
|
H A D | test-timers-unref-remove-other-unref-timers-only-one-fires.js | 7 // time, if one unenrolls the other one in its _onTimeout callback, the other 20 _onTimeout: function() { 27 _onTimeout: function() {
|
H A D | test-timers-enroll-second-time.js | 9 _onTimeout: common.mustCall(),
|
H A D | test-timers-max-duration-warning.js | 37 _onTimeout: timerNotCanceled 36 _onTimeout: timerNotCanceled global() property
|
/third_party/node/lib/ |
H A D | timers.js | 187 if (timer && timer._onTimeout) { 188 timer._onTimeout = null; 195 timerInstance._onTimeout = null;
|
H A D | net.js | 584 Socket.prototype._onTimeout = function() { 597 debug('_onTimeout');
|
/third_party/node/lib/internal/ |
H A D | timers.js | 44 // ║ ║ { _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 D | stream_base_commons.js | 256 this[kTimeout] = setUnrefTimeout(this._onTimeout.bind(this), msecs);
|
/third_party/node/lib/internal/http2/ |
H A D | core.js | 1597 _onTimeout() { 2073 _onTimeout() {
|
Completed in 7 milliseconds