Home
last modified time | relevance | path

Searched refs:pSetTimeout (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/internal/debugger/
Dinspect.js33 const pSetTimeout = util.promisify(require('timers').setTimeout); constant
36 await pSetTimeout(delay);
61 pSetTimeout(timeout).then(() => ac.abort());
227 await pSetTimeout(1000);