Home
last modified time | relevance | path

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

/third_party/node/test/async-hooks/
Dtest-emit-after-on-destroyed.js12 newAsyncId, getDefaultTriggerAsyncId,
26 const asyncId = newAsyncId();
36 const asyncId = newAsyncId();
Dtest-improper-order.js12 newAsyncId, getDefaultTriggerAsyncId,
26 const asyncId = newAsyncId();
36 const asyncId = newAsyncId();
Dtest-emit-before-on-destroyed.js12 newAsyncId, getDefaultTriggerAsyncId,
26 const asyncId = newAsyncId();
36 const asyncId = newAsyncId();
Dtest-improper-unwind.js12 newAsyncId, getDefaultTriggerAsyncId,
29 const eventOneId = newAsyncId();
30 const eventTwoId = newAsyncId();
Dtest-emit-before-after.js9 const expectedId = async_hooks.newAsyncId();
10 const expectedTriggerId = async_hooks.newAsyncId();
Dtest-emit-init.js9 const expectedId = async_hooks.newAsyncId();
10 const expectedTriggerId = async_hooks.newAsyncId();
/third_party/node/test/parallel/
Dtest-http-client-immediate-error.js14 newAsyncId,
32 sock[async_id_symbol] = newAsyncId();
/third_party/node/lib/internal/
Dasync_hooks.js315 promise[async_id_symbol] = newAsyncId();
413 function newAsyncId() { function
422 return object[async_id_symbol] = newAsyncId();
589 newAsyncId, property
Dtimers.js95 newAsyncId,
156 const asyncId = resource[async_id_symbol] = newAsyncId();
/third_party/node/lib/internal/process/
Dtask_queues.js27 newAsyncId,
124 const asyncId = newAsyncId();
/third_party/node/lib/
Dasync_hooks.js40 newAsyncId,
171 const asyncId = newAsyncId();
Dnet.js71 newAsyncId,
156 newAsyncId() : handle.getAsyncId();