Home
last modified time | relevance | path

Searched defs:asyncId (Results 1 – 25 of 33) sorted by relevance

12

/third_party/node/lib/internal/
Dinspector_async_hook.js16 init(asyncId, type, triggerAsyncId, resource) { argument
28 before(asyncId) { argument
34 after(asyncId) { argument
40 destroy(asyncId) { argument
Dtrace_events_async_hooks.js44 init(asyncId, type, triggerAsyncId, resource) { argument
56 before(asyncId) { argument
63 after(asyncId) { argument
70 destroy(asyncId) { argument
Dasync_hooks.js116 function callbackTrampoline(asyncId, resource, cb, ...args) { argument
190 function emitInitNative(asyncId, type, triggerAsyncId, resource) { argument
223 function emitHook(symbol, asyncId) { argument
493 function emitInitScript(asyncId, type, triggerAsyncId, resource) { argument
507 function emitBeforeScript(asyncId, triggerAsyncId, resource) { argument
515 function emitAfterScript(asyncId) { argument
523 function emitDestroyScript(asyncId) { argument
537 function pushAsyncContext(asyncId, triggerAsyncId, resource) { argument
551 function popAsyncContext(asyncId) { argument
/third_party/node/test/async-hooks/
Dtest-async-await.js29 function oninit(asyncId, type) { argument
35 function onbefore(asyncId) { argument
42 function onafter(asyncId) { argument
56 function onpromiseResolve(asyncId) { argument
Dtest-emit-before-on-destroyed.js26 const asyncId = newAsyncId(); constant
36 const asyncId = newAsyncId(); constant
Dtest-improper-order.js26 const asyncId = newAsyncId(); constant
36 const asyncId = newAsyncId(); constant
Dtest-emit-after-on-destroyed.js26 const asyncId = newAsyncId(); constant
36 const asyncId = newAsyncId(); constant
Dtest-async-exec-resource-match.js26 before(asyncId) { argument
31 after(asyncId) { argument
Dtest-httpparser-reuse.js20 init(asyncId, type, triggerAsyncId, resource) { argument
37 destroy(asyncId) { argument
Dtest-unhandled-rejection-context.js14 oninit(asyncId, type) { argument
Dtest-async-exec-resource-http-32060.js13 init(asyncId, type, triggerAsyncId, resource) { argument
Dtest-async-exec-resource-http.js14 init(asyncId, type, triggerAsyncId, resource) { argument
/third_party/node/test/parallel/
Dtest-async-hooks-correctly-switch-promise-hook.js14 init(asyncId, type) { argument
23 before(asyncId) { argument
28 after(asyncId) { argument
33 promiseResolve(asyncId) { argument
Dtest-eventemitter-asyncresource.js23 function log(asyncId, name) { argument
29 init(asyncId, type, triggerAsyncId, resource) { argument
42 before(asyncId) { log(asyncId, 'before'); }, argument
43 after(asyncId) { log(asyncId, 'after'); }, argument
44 destroy(asyncId) { log(asyncId, 'destroy'); }, argument
Dtest-worker-messageport-hasref.js10 init(asyncId, type, triggerAsyncId, resource) { argument
15 destroy(asyncId) { argument
Dtest-asyncresource-bind.js12 const asyncId = executionAsyncId(); constant
32 const asyncId = executionAsyncId(); constant
Dtest-async-hooks-http-parser-destroy.js20 init: (asyncId, type) => { argument
28 destroy: (asyncId) => { argument
Dtest-messageport-hasref.js11 init(asyncId, type, triggerAsyncId, resource) { argument
Dtest-async-hooks-destroy-on-gc.js18 let asyncId = null; variable
Dtest-async-hooks-async-await.js11 init: (asyncId, type, triggerAsyncId) => { argument
Dtest-worker-hasref.js11 init(asyncId, type, triggerAsyncId, resource) { argument
/third_party/node/doc/api/
Dasync_hooks.md341 ##### `type`
365 ##### `triggerAsyncId`
427 ##### `resource`
437 ##### Asynchronous context example
/third_party/node/benchmark/async_hooks/
Dasync-resource-vs-destroy.js53 function init(asyncId, type, triggerAsyncId, resource) { argument
87 function init(asyncId, type, triggerAsyncId, resource) { argument
91 function destroy(asyncId) { argument
/third_party/node/lib/
Ddomain.js76 init(asyncId, type, triggerAsyncId, resource) { argument
98 before(asyncId) { argument
109 after(asyncId) { argument
117 destroy(asyncId) { argument
/third_party/node/lib/internal/test_runner/
Dharness.js127 init(asyncId, type, triggerAsyncId, resource) { argument
139 destroy(asyncId) { argument

12