/third_party/node/test/async-hooks/ |
D | test-async-exec-resource-http-32060.js | 6 executionAsyncId, 26 assert.strictEqual(executionAsyncResource(), hooked[executionAsyncId()]); 28 assert.strictEqual(executionAsyncResource(), hooked[executionAsyncId()]); 30 assert.strictEqual(executionAsyncResource(), hooked[executionAsyncId()]); 33 assert.strictEqual(executionAsyncResource(), hooked[executionAsyncId()]);
|
D | test-async-exec-resource-http.js | 7 executionAsyncId, 24 assert.strictEqual(executionAsyncResource(), hooked[executionAsyncId()]); 27 assert.strictEqual(executionAsyncResource(), hooked[executionAsyncId()]);
|
D | test-embedder.api.async-resource.js | 29 async_hooks.executionAsyncId(), 34 const alcaTriggerId = async_hooks.executionAsyncId();
|
D | test-queue-microtask.js | 12 const rootAsyncId = async_hooks.executionAsyncId();
|
D | test-nexttick-default-trigger.js | 15 const rootAsyncId = async_hooks.executionAsyncId();
|
D | test-unhandled-rejection-context.js | 26 assert.strictEqual(async_hooks.executionAsyncId(), promiseAsyncIds[0]);
|
D | test-embedder.api.async-resource-no-type.js | 16 super(type, async_hooks.executionAsyncId());
|
/third_party/node/test/parallel/ |
D | test-asyncresource-bind.js | 5 const { AsyncResource, executionAsyncId } = require('async_hooks'); 8 return executionAsyncId(); 12 const asyncId = executionAsyncId(); 25 return executionAsyncId(); 32 const asyncId = executionAsyncId();
|
D | test-eventemitter-asyncresource.js | 7 executionAsyncId, 64 const origExecutionAsyncId = executionAsyncId(); 97 const origExecutionAsyncId = executionAsyncId(); 118 const origExecutionAsyncId = executionAsyncId();
|
D | test-async-hooks-enable-disable-enable.js | 12 const initialAsyncId = async_hooks.executionAsyncId(); 14 assert.notStrictEqual(async_hooks.executionAsyncId(), initialAsyncId);
|
D | test-async-hooks-enable-before-promise-resolve.js | 13 initialAsyncId = async_hooks.executionAsyncId(); 22 const id = async_hooks.executionAsyncId();
|
D | test-async-hooks-recursive-stack-runInAsyncScope.js | 11 assert.strictEqual(a.asyncId(), async_hooks.executionAsyncId()); 15 assert.strictEqual(a.asyncId(), async_hooks.executionAsyncId());
|
D | test-async-wrap-uncaughtexception.js | 37 assert.strictEqual(call_id, async_hooks.executionAsyncId()); 43 assert.strictEqual(call_id, async_hooks.executionAsyncId());
|
D | test-async-hooks-promise-triggerid.js | 30 assert.strictEqual(async_hooks.executionAsyncId(), promiseAsyncIds[1]);
|
/third_party/node/doc/api/ |
D | async_hooks.md | 55 const eid = async_hooks.executionAsyncId(); 103 const eid = async_hooks.executionAsyncId(); 369 from `async_hooks.executionAsyncId()` that only shows _when_ a resource was 375 import { createHook, executionAsyncId } from 'node:async_hooks'; 382 const eid = executionAsyncId(); 393 const { createHook, executionAsyncId } = require('node:async_hooks'); 400 const eid = executionAsyncId(); 421 happens outside of any JavaScript stack. (An `executionAsyncId()` of `0` means 458 const eid = async_hooks.executionAsyncId(); 484 console.log('>>>', async_hooks.executionAsyncId()); [all …]
|
D | async_context.md | 408 import { AsyncResource, executionAsyncId } from 'node:async_hooks'; 412 // async_hook.executionAsyncId() is used. 414 type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false }, 436 const { AsyncResource, executionAsyncId } = require('node:async_hooks'); 440 // async_hook.executionAsyncId() is used. 442 type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false }, 468 async event. **Default:** `executionAsyncId()`. 840 import { AsyncResource, executionAsyncId } from 'node:async_hooks'; 855 const { AsyncResource, executionAsyncId } = require('node:async_hooks');
|
/third_party/node/lib/internal/test_runner/ |
D | harness.js | 11 executionAsyncId, 44 const test = testResources.get(executionAsyncId()); 219 const parent = testResources.get(executionAsyncId()) || getGlobalRoot(); 251 const parent = testResources.get(executionAsyncId()) || getGlobalRoot();
|
/third_party/node/test/addons/async-hooks-id/ |
D | test.js | 10 async_hooks.executionAsyncId(), 20 async_hooks.executionAsyncId(),
|
/third_party/node/benchmark/async_hooks/ |
D | async-resource-vs-destroy.js | 11 executionAsyncId, 78 const asyncId = executionAsyncId(); 83 const asyncId = executionAsyncId();
|
/third_party/node/lib/internal/ |
D | trace_events_async_hooks.js | 52 executionAsyncId: async_hooks.executionAsyncId(), property
|
D | async_hooks.js | 349 if (asyncId === executionAsyncId()) { 569 function executionAsyncId() { function 579 executionAsyncId, property
|
/third_party/node/test/addons/async-resource/ |
D | test.js | 11 const rootAsyncId = async_hooks.executionAsyncId(); 53 assert.strictEqual(async_hooks.executionAsyncId(), uid);
|
/third_party/node/lib/internal/process/ |
D | execution.js | 20 executionAsyncId, 191 const asyncId = executionAsyncId();
|
/third_party/node/deps/npm/test/fixtures/ |
D | sandbox.js | 1 const { createHook, executionAsyncId } = require('async_hooks') 238 this[_parent] = executionAsyncId() 291 this[_parent] = executionAsyncId()
|
/third_party/node/lib/ |
D | async_hooks.js | 36 executionAsyncId, 370 executionAsyncId, property
|