Home
last modified time | relevance | path

Searched defs:timeoutHandler (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/timed-out/
Dindex.js12 req.timeoutTimer = setTimeout(function timeoutHandler() { function
/third_party/node/test/parallel/
Dtest-timers-this.js44 const timeoutHandler = setTimeout(common.mustCall(function() { constant