Home
last modified time | relevance | path

Searched defs:_onTimeout (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-timers-unref-remove-other-unref-timers.js11 _onTimeout: common.mustNotCall('_onTimeout should not be called') property
15 _onTimeout: common.mustCall(function() { property
Dtest-timers-unref-remove-other-unref-timers-only-one-fires.js20 _onTimeout: function() { method
27 _onTimeout: function() { method
Dtest-timers-unref-active.js35 someObject._onTimeout = function _onTimeout() { function in someObject
Dtest-timers-enroll-second-time.js9 _onTimeout: common.mustCall(), property
Dtest-timers-max-duration-warning.js37 _onTimeout: timerNotCanceled property
/third_party/node/lib/internal/http2/
Dcore.js1597 _onTimeout() { method in Http2Session
2073 _onTimeout() { method in Http2Stream
/third_party/node/lib/
Dnet.js584 Socket.prototype._onTimeout = function() { method in Socket