Lines Matching refs:InternalCallbackScope
27 : private_(new InternalCallbackScope(env,
40 InternalCallbackScope::InternalCallbackScope(AsyncWrap* async_wrap, int flags)
41 : InternalCallbackScope(async_wrap->env(),
47 InternalCallbackScope::InternalCallbackScope(Environment* env,
91 InternalCallbackScope::~InternalCallbackScope() {
96 void InternalCallbackScope::Close() {
184 int flags = InternalCallbackScope::kNoFlags;
190 flags = InternalCallbackScope::kSkipAsyncHooks;
197 InternalCallbackScope scope(env, resource, asyncContext, flags);