Home
last modified time | relevance | path

Searched refs:async_callback_scope_depth (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/api/
Dcallback.cc125 if (env_->async_callback_scope_depth() > 1 || skip_task_queues_) { in Close()
287 if (ret.IsEmpty() && env->async_callback_scope_depth() == 0) { in MakeCallback()
311 if (env->async_callback_scope_depth()) { in MakeSyncCallback()
/third_party/node/src/
Denv-inl.h126 inline size_t Environment::async_callback_scope_depth() const { in async_callback_scope_depth() function
Denv.h561 inline size_t async_callback_scope_depth() const;