Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dcallback.cc55 skip_hooks_(flags & kSkipAsyncHooks), in InternalCallbackScope()
176 flags = InternalCallbackScope::kSkipAsyncHooks; in InternalMakeCallback()
/third_party/node/src/
Dnode_internals.h203 kSkipAsyncHooks = 1, enumerator
Dnode.cc455 InternalCallbackScope::kSkipAsyncHooks); in StartExecution()