Home
last modified time | relevance | path

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

/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.js118 function callbackTrampoline(asyncId, resource, cb, ...args) { argument
194 function emitInitNative(asyncId, type, triggerAsyncId, resource) { argument
226 function emitHook(symbol, asyncId) { argument
483 function emitInitScript(asyncId, type, triggerAsyncId, resource) { argument
497 function emitBeforeScript(asyncId, triggerAsyncId, resource) { argument
505 function emitAfterScript(asyncId) { argument
513 function emitDestroyScript(asyncId) { argument
527 function pushAsyncContext(asyncId, triggerAsyncId, resource) { argument
541 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-after-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-before-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-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-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-async-hooks-destroy-on-gc.js18 let asyncId = null; variable
Dtest-async-hooks-async-await.js11 init: (asyncId, type, triggerAsyncId) => { argument
Dtest-async-hooks-execution-async-resource.js14 init(asyncId, type, triggerAsyncId, resource) { argument
Dtest-async-hooks-http-agent.js59 const asyncId = res.socket[async_id_symbol]; constant
Dtest-async-hooks-execution-async-resource-await.js16 init(asyncId, type, triggerAsyncId, resource) { argument
/third_party/node/lib/
Ddomain.js73 init(asyncId, type, triggerAsyncId, resource) { argument
89 before(asyncId) { argument
100 after(asyncId) { argument
108 destroy(asyncId) { argument
Dasync_hooks.js214 asyncId() { method in AsyncResource
251 init(asyncId, type, triggerAsyncId, resource) { argument
/third_party/node/doc/api/
Dasync_hooks.md241 ##### `type`
264 ##### `triggerAsyncId`
305 ##### `resource`
319 ##### 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/src/
Dinspector_js_api.cc223 static void* GetAsyncTask(int64_t asyncId) { in GetAsyncTask()
Dasync_wrap.cc239 double asyncId; member in node::DestroyParam