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.cc112 if (env_->async_callback_scope_depth() > 1 || skip_task_queues_) { in Close()
270 if (ret.IsEmpty() && env->async_callback_scope_depth() == 0) { in MakeCallback()
/third_party/node/src/
Denv-inl.h327 inline size_t Environment::async_callback_scope_depth() const { in async_callback_scope_depth() function
Denv.h881 inline size_t async_callback_scope_depth() const;