Home
last modified time | relevance | path

Searched refs:async_callback_scope_depth_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Denv-inl.h328 return async_callback_scope_depth_; in async_callback_scope_depth()
332 async_callback_scope_depth_++; in PushAsyncCallbackScope()
336 async_callback_scope_depth_--; in PopAsyncCallbackScope()
Denv.h1329 size_t async_callback_scope_depth_ = 0; variable