Home
last modified time | relevance | path

Searched refs:InternalCallbackScope (Results 1 - 11 of 11) sorted by relevance

/third_party/node/src/api/
H A Dcallback.cc27 : private_(new InternalCallbackScope(env, in CallbackScope()
40 InternalCallbackScope::InternalCallbackScope(AsyncWrap* async_wrap, int flags) in InternalCallbackScope() function in node::InternalCallbackScope
41 : InternalCallbackScope(async_wrap->env(), in InternalCallbackScope()
47 InternalCallbackScope::InternalCallbackScope(Environment* env, in InternalCallbackScope() function in node::InternalCallbackScope
91 InternalCallbackScope::~InternalCallbackScope() { in ~InternalCallbackScope()
96 void InternalCallbackScope::Close() { in Close()
184 int flags = InternalCallbackScope in InternalMakeCallback()
[all...]
/third_party/node/src/
H A Dnode_internals.h213 class InternalCallbackScope { class
225 InternalCallbackScope(Environment* env,
230 explicit InternalCallbackScope(AsyncWrap* async_wrap, int flags = 0);
231 ~InternalCallbackScope();
H A Dstream_pipe.cc175 InternalCallbackScope callback_scope(pipe, in OnStreamAfterWrite()
176 InternalCallbackScope::kSkipTaskQueues); in OnStreamAfterWrite()
226 InternalCallbackScope callback_scope(pipe, in OnStreamWantsWrite()
227 InternalCallbackScope::kSkipTaskQueues); in OnStreamWantsWrite()
H A Dnode_http_parser.cc279 InternalCallbackScope callback_scope( in on_message_begin()
280 this, InternalCallbackScope::kSkipTaskQueues); in on_message_begin()
434 InternalCallbackScope callback_scope( in on_headers_complete()
435 this, InternalCallbackScope::kSkipTaskQueues); in on_headers_complete()
508 InternalCallbackScope callback_scope( in on_message_complete()
509 this, InternalCallbackScope::kSkipTaskQueues); in on_message_complete()
H A Dnode_file-inl.h223 InternalCallbackScope callback_scope(this); in Reject()
235 InternalCallbackScope callback_scope(this); in Resolve()
H A Dnode_platform.cc423 InternalCallbackScope cb_scope(env, Object::New(isolate_), { 0, 0 }, in RunForegroundTask()
424 InternalCallbackScope::kNoFlags); in RunForegroundTask()
427 // The task is moved out of InternalCallbackScope if env is not available. in RunForegroundTask()
H A Dnode.cc280 InternalCallbackScope callback_scope( in StartExecution()
284 InternalCallbackScope::kSkipAsyncHooks); in StartExecution()
H A Dnode.h1207 class InternalCallbackScope;
1240 InternalCallbackScope* private_;
H A Denv.cc1082 // is not an issue for InternalCallbackScope as this case is already handled in RunAndClearNativeImmediates()
1087 InternalCallbackScope cb_scope(this, obj, {0, 0}); in RunAndClearNativeImmediates()
1198 InternalCallbackScope scope(env, process, {0, 0}); in RunTimers()
H A Dnode_file.cc384 InternalCallbackScope callback_scope(this); in Resolve()
394 InternalCallbackScope callback_scope(this); in Reject()
H A Dnode_http2.cc1646 InternalCallbackScope callback_scope(this); in MaybeScheduleWrite()

Completed in 25 milliseconds