Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dcallback.cc55 skip_task_queues_(flags & kSkipTaskQueues) { in InternalCallbackScope()
125 if (env_->async_callback_scope_depth() > 1 || skip_task_queues_) { in Close()
/third_party/node/src/
Dnode_internals.h242 bool skip_task_queues_; variable