Searched refs:asyncIdInfo_ (Results 1 – 2 of 2) sorted by relevance
22 int flags) : env_(env), asyncIdInfo_(asyncIdInfo), in NativeCallbackScope()60 if (!failed_ && asyncIdInfo_.asyncId != 0 && !skipHooks_) { in Close()61 NativeAsyncWrap::EmitAfter(env_, asyncIdInfo_.asyncId); in Close()
71 AsyncIdInfo asyncIdInfo_ = {0, 0}; variable