Searched refs:newAsyncId (Results 1 – 12 of 12) sorted by relevance
/third_party/node/test/async-hooks/ |
D | test-emit-after-on-destroyed.js | 12 newAsyncId, getDefaultTriggerAsyncId, 26 const asyncId = newAsyncId(); 36 const asyncId = newAsyncId();
|
D | test-improper-order.js | 12 newAsyncId, getDefaultTriggerAsyncId, 26 const asyncId = newAsyncId(); 36 const asyncId = newAsyncId();
|
D | test-emit-before-on-destroyed.js | 12 newAsyncId, getDefaultTriggerAsyncId, 26 const asyncId = newAsyncId(); 36 const asyncId = newAsyncId();
|
D | test-improper-unwind.js | 12 newAsyncId, getDefaultTriggerAsyncId, 29 const eventOneId = newAsyncId(); 30 const eventTwoId = newAsyncId();
|
D | test-emit-before-after.js | 9 const expectedId = async_hooks.newAsyncId(); 10 const expectedTriggerId = async_hooks.newAsyncId();
|
D | test-emit-init.js | 9 const expectedId = async_hooks.newAsyncId(); 10 const expectedTriggerId = async_hooks.newAsyncId();
|
/third_party/node/test/parallel/ |
D | test-http-client-immediate-error.js | 14 newAsyncId, 32 sock[async_id_symbol] = newAsyncId();
|
/third_party/node/lib/internal/ |
D | async_hooks.js | 315 promise[async_id_symbol] = newAsyncId(); 413 function newAsyncId() { function 422 return object[async_id_symbol] = newAsyncId(); 589 newAsyncId, property
|
D | timers.js | 95 newAsyncId, 156 const asyncId = resource[async_id_symbol] = newAsyncId();
|
/third_party/node/lib/internal/process/ |
D | task_queues.js | 27 newAsyncId, 124 const asyncId = newAsyncId();
|
/third_party/node/lib/ |
D | async_hooks.js | 40 newAsyncId, 171 const asyncId = newAsyncId();
|
D | net.js | 71 newAsyncId, 156 newAsyncId() : handle.getAsyncId();
|