/third_party/node/src/ |
D | debug_utils-inl.h | 179 void COLD_NOINLINE UnconditionalAsyncWrapDebug(AsyncWrap* async_wrap, in UnconditionalAsyncWrapDebug() argument 182 Debug(async_wrap->env(), in UnconditionalAsyncWrapDebug() 183 static_cast<DebugCategory>(async_wrap->provider_type()), in UnconditionalAsyncWrapDebug() 184 async_wrap->diagnostic_name() + " " + format + "\n", in UnconditionalAsyncWrapDebug() 189 inline void FORCE_INLINE Debug(AsyncWrap* async_wrap, in Debug() argument 192 DCHECK_NOT_NULL(async_wrap); in Debug() 193 DebugCategory cat = static_cast<DebugCategory>(async_wrap->provider_type()); in Debug() 194 if (!UNLIKELY(async_wrap->env()->enabled_debug_list()->enabled(cat))) return; in Debug() 195 UnconditionalAsyncWrapDebug(async_wrap, format, std::forward<Args>(args)...); in Debug() 199 inline void FORCE_INLINE Debug(AsyncWrap* async_wrap, in Debug() argument [all …]
|
D | async_wrap-inl.h | 86 AsyncWrap* async_wrap) in DefaultTriggerAsyncIdScope() argument 87 : DefaultTriggerAsyncIdScope(async_wrap->env(), in DefaultTriggerAsyncIdScope() 88 async_wrap->get_async_id()) {} in DefaultTriggerAsyncIdScope()
|
D | debug_utils.h | 117 void COLD_NOINLINE UnconditionalAsyncWrapDebug(AsyncWrap* async_wrap, 122 inline void FORCE_INLINE Debug(AsyncWrap* async_wrap, 127 inline void FORCE_INLINE Debug(AsyncWrap* async_wrap,
|
D | stream_base-inl.h | 279 AsyncWrap* async_wrap = GetAsyncWrap(); in Done() local 280 Environment* env = async_wrap->env(); in Done() 283 async_wrap->object()->Set(env->context(), in Done()
|
D | stream_base.cc | 552 AsyncWrap* async_wrap = req_wrap->GetAsyncWrap(); in OnStreamAfterReqFinished() local 555 CHECK(!async_wrap->persistent().IsEmpty()); in OnStreamAfterReqFinished() 556 Local<Object> req_wrap_obj = async_wrap->object(); in OnStreamAfterReqFinished() 571 async_wrap->MakeCallback(env->oncomplete_string(), arraysize(argv), argv); in OnStreamAfterReqFinished()
|
D | node_internals.h | 215 explicit InternalCallbackScope(AsyncWrap* async_wrap, int flags = 0);
|
D | node_binding.cc | 41 V(async_wrap) \
|
D | README.md | 827 directly from the event loop. It is defined in [`async_wrap.h`][]. 830 maintained in `src/async_wrap.h`. 1023 [`async_wrap.h`]: async_wrap.h
|
D | node_crypto.cc | 5810 std::unique_ptr<AsyncWrap> async_wrap; member 5824 CHECK_EQ(false, async_wrap->persistent().IsWeak()); in AfterThreadPoolWork() 5831 CHECK_NULL(job->async_wrap); in Run() 5832 job->async_wrap.reset(Unwrap<AsyncWrap>(wrap.As<Object>())); in Run() 5833 CHECK_EQ(false, job->async_wrap->persistent().IsWeak()); in Run() 5864 async_wrap->MakeCallback(env()->ondone_string(), 1, &arg); in AfterThreadPoolWork() 5921 async_wrap->MakeCallback(env()->ondone_string(), 1, &arg); in AfterThreadPoolWork() 6001 async_wrap->MakeCallback(env()->ondone_string(), 1, &arg); in AfterThreadPoolWork() 6335 async_wrap->MakeCallback(env()->ondone_string(), 3, args); in AfterThreadPoolWork()
|
D | async_wrap.cc | 728 NODE_MODULE_CONTEXT_AWARE_INTERNAL(async_wrap, node::AsyncWrap::Initialize)
|
D | env.h | 694 explicit DefaultTriggerAsyncIdScope(AsyncWrap* async_wrap);
|
/third_party/node/lib/internal/ |
D | async_hooks.js | 11 const async_wrap = internalBinding('async_wrap'); constant 12 const { setCallbackTrampoline } = async_wrap; 42 } = async_wrap; 53 } = async_wrap; 55 const { setPromiseHooks } = async_wrap; 82 const { registerDestroyHook } = async_wrap; 93 } = async_wrap.constants; 517 async_wrap.queueDestroyAsyncId(asyncId); 530 if (offset * 2 >= async_wrap.async_ids_stack.length) 532 async_wrap.async_ids_stack[offset * 2] = async_id_fields[kExecutionAsyncId]; [all …]
|
D | trace_events_async_hooks.js | 11 const async_wrap = internalBinding('async_wrap'); constant 32 const nativeProviders = new SafeSet(ObjectKeys(async_wrap.Providers));
|
/third_party/node/test/parallel/ |
D | test-async-wrap-destroyid.js | 6 const async_wrap = internalBinding('async_wrap'); constant 37 async_wrap.queueDestroyAsyncId(test_id);
|
/third_party/node/src/api/ |
D | callback.cc | 41 InternalCallbackScope::InternalCallbackScope(AsyncWrap* async_wrap, int flags) in InternalCallbackScope() argument 42 : InternalCallbackScope(async_wrap->env(), in InternalCallbackScope() 43 async_wrap->object(), in InternalCallbackScope() 44 { async_wrap->get_async_id(), in InternalCallbackScope() 45 async_wrap->get_trigger_async_id() }, in InternalCallbackScope()
|
/third_party/node/test/common/ |
D | index.js | 131 const async_wrap = internalBinding('async_wrap'); constant 139 const _queueDestroyAsyncId = async_wrap.queueDestroyAsyncId; 140 async_wrap.queueDestroyAsyncId = function queueDestroyAsyncId(id) {
|
/third_party/node/ |
D | node.gyp | 359 'src/async_wrap.cc', 452 'src/async_wrap.h', 453 'src/async_wrap-inl.h',
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V4.md | 672 * [[`60883de30f`](https://github.com/nodejs/node/commit/60883de30f)] - **async_wrap**: call destroy… 673 * [[`28dbc460c6`](https://github.com/nodejs/node/commit/28dbc460c6)] - **async_wrap**: make Initial… 674 * [[`bb05cd13db`](https://github.com/nodejs/node/commit/bb05cd13db)] - **async_wrap**: mode constru… 691 …ub.com/nodejs/node/commit/e8c57bbe77)] - **doc**: add people to cc for async_wrap (Anna Henningsen… 1004 * [[`861e584d46`](https://github.com/nodejs/node/commit/861e584d46)] - **async_wrap**: add a missin… 1316 * [[`271927f29e`](https://github.com/nodejs/node/commit/271927f29e)] - **async_wrap**: pass uid to … 1317 * [[`747f107188`](https://github.com/nodejs/node/commit/747f107188)] - **async_wrap**: don't abort … 1318 * [[`c06e2b07b6`](https://github.com/nodejs/node/commit/c06e2b07b6)] - **async_wrap**: notify post … 1319 * [[`0642a146b3`](https://github.com/nodejs/node/commit/0642a146b3)] - **async_wrap**: setupHooks n… 1320 * [[`75ecf8eb07`](https://github.com/nodejs/node/commit/75ecf8eb07)] - **async_wrap**: add parent u… [all …]
|
D | CHANGELOG_V5.md | 289 * [[`2cbbaafca9`](https://github.com/nodejs/node/commit/2cbbaafca9)] - **async_wrap**: don't abort … 290 * [[`6f16882733`](https://github.com/nodejs/node/commit/6f16882733)] - **async_wrap**: notify post … 291 * [[`a4856122d3`](https://github.com/nodejs/node/commit/a4856122d3)] - **async_wrap**: setupHooks n… 648 * [[`3a96fa0030`](https://github.com/nodejs/node/commit/3a96fa0030)] - **async_wrap**: add parent u… 649 * [[`4ef04c7c4c`](https://github.com/nodejs/node/commit/4ef04c7c4c)] - **async_wrap**: make uid the… 650 * [[`4afe801f90`](https://github.com/nodejs/node/commit/4afe801f90)] - **async_wrap**: add uid to a… 1433 * [[`b663d2bbb5`](https://github.com/nodejs/node/commit/b663d2bbb5)] - **async_wrap**: call callbac… 1434 * [[`eccbec99ea`](https://github.com/nodejs/node/commit/eccbec99ea)] - **async_wrap**: new instance… 1435 * [[`5d34c81a5c`](https://github.com/nodejs/node/commit/5d34c81a5c)] - **async_wrap**: allow some h…
|
D | CHANGELOG_V8.md | 603 * [[`8f5e9916d1`](https://github.com/nodejs/node/commit/8f5e9916d1)] - **async_wrap**: fix memory l… 1285 …ps://github.com/nodejs/node/commit/6d55a4c941)] - **(SEMVER-MINOR)** **async_wrap**: add provider … 1456 …b.com/nodejs/node/commit/f276cd954e)] - **src**: rename async-wrap -\> async_wrap (Daniel Bevenius… 2507 * [[`9da8346c96`](https://github.com/nodejs/node/commit/9da8346c96)] - **async_wrap**: allow user t… 2508 * [[`09b3faef40`](https://github.com/nodejs/node/commit/09b3faef40)] - **async_wrap**: add construc… 2933 * [[`78a36e0dd1`](https://github.com/nodejs/node/commit/78a36e0dd1)] - **async_wrap**: unroll unnec… 2934 * [[`fadccbaa17`](https://github.com/nodejs/node/commit/fadccbaa17)] - **async_wrap**: return undef… 3558 * [[`2122e2fe89`](https://github.com/nodejs/node/commit/2122e2fe89)] - **async_wrap**: use kTotals … 3559 * [[`96279e83e7`](https://github.com/nodejs/node/commit/96279e83e7)] - **async_wrap**: expose enabl… 4017 * [[`6917df2a80`](https://github.com/nodejs/node/commit/6917df2a80)] - **async_wrap**: run destroy … [all …]
|
D | CHANGELOG_V6.md | 1934 * [[`62a8f4774e`](https://github.com/nodejs/node/commit/62a8f4774e)] - **async_wrap**: close the de… 2612 * [[`d532d7497a`](https://github.com/nodejs/node/commit/d532d7497a)] - **async_wrap**: clear destro… 2876 …ub.com/nodejs/node/commit/176f680432)] - **doc**: add people to cc for async_wrap (Anna Henningsen… 3178 * [[`f3b0cf5052`](https://github.com/nodejs/node/commit/f3b0cf5052)] - **async_wrap**: call destroy… 3179 * [[`3e5b2eb49c`](https://github.com/nodejs/node/commit/3e5b2eb49c)] - **async_wrap**: make Initial… 3180 * [[`9ed60d308c`](https://github.com/nodejs/node/commit/9ed60d308c)] - **async_wrap**: mode constru… 3671 * [[`2ecc8c4c23`](https://github.com/nodejs/node/commit/2ecc8c4c23)] - **async_wrap**: add a missin… 4436 * [[`99c05a1af0`](https://github.com/nodejs/node/commit/99c05a1af0)] - **async_wrap**: pass uid to …
|
D | CHANGELOG_V7.md | 953 * [[`94c4323d56`](https://github.com/nodejs/node/commit/94c4323d56)] - **async_wrap**: close the de… 1255 * [[`d1843ec3a7`](https://github.com/nodejs/node/commit/d1843ec3a7)] - **async_wrap**: clear destro… 1585 …ub.com/nodejs/node/commit/51b77aa44a)] - **doc**: add people to cc for async_wrap (Anna Henningsen…
|
D | CHANGELOG_V9.md | 596 * [[`5ddef2988b`](https://github.com/nodejs/node/commit/5ddef2988b)] - **async_wrap**: schedule des… 1410 …ps://github.com/nodejs/node/commit/e0ce7cf1e9)] - **(SEMVER-MINOR)** **async_wrap**: add provider … 1600 …b.com/nodejs/node/commit/8ba513ee2e)] - **src**: rename async-wrap -\> async_wrap (Daniel Bevenius…
|
/third_party/node/doc/guides/contributing/ |
D | pull-requests.md | 174 * `src: fix typos in async_wrap.h`
|
/third_party/node/doc/guides/ |
D | collaborator-guide.md | 811 | `src/async_wrap.*` | @nodejs/async\_hooks …
|