Home
last modified time | relevance | path

Searched defs:nextTick (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/npm/node_modules/process-nextick-args/
Dindex.js6 module.exports = { nextTick: nextTick }; property
11 function nextTick(fn, arg1, arg2, arg3) { function
/third_party/node/test/known_issues/
Dtest-vm-timeout-escape-nexttick.js14 const nextTick = process.nextTick; constant
38 nextTick, property
/third_party/node/test/parallel/
Dtest-process-raw-debug.js63 process.nextTick = function() { function
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserharness.ts52 export function nextTick(callback: () => any): void; function
/third_party/node/lib/internal/process/
Dtask_queues.js103 function nextTick(callback) { function