Searched refs:skip_hooks_ (Results 1 – 2 of 2) sorted by relevance
55 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()
226 bool skip_hooks_; variable