Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dcallback.cc55 skip_hooks_(flags & kSkipAsyncHooks), in InternalCallbackScope()
76 if (asyncContext.async_id != 0 && !skip_hooks_) { in InternalCallbackScope()
103 if (!failed_ && async_context_.async_id != 0 && !skip_hooks_) { in Close()
/third_party/node/src/
Dnode_internals.h226 bool skip_hooks_; variable