Home
last modified time | relevance | path

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

/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