Searched refs:InternalCallbackScope (Results 1 - 11 of 11) sorted by relevance
/third_party/node/src/api/ |
H A D | callback.cc | 27 : 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 D | node_internals.h | 213 class InternalCallbackScope { class 225 InternalCallbackScope(Environment* env, 230 explicit InternalCallbackScope(AsyncWrap* async_wrap, int flags = 0); 231 ~InternalCallbackScope();
|
H A D | stream_pipe.cc | 175 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 D | node_http_parser.cc | 279 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 D | node_file-inl.h | 223 InternalCallbackScope callback_scope(this); in Reject() 235 InternalCallbackScope callback_scope(this); in Resolve()
|
H A D | node_platform.cc | 423 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 D | node.cc | 280 InternalCallbackScope callback_scope( in StartExecution() 284 InternalCallbackScope::kSkipAsyncHooks); in StartExecution()
|
H A D | node.h | 1207 class InternalCallbackScope; 1240 InternalCallbackScope* private_;
|
H A D | env.cc | 1082 // 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 D | node_file.cc | 384 InternalCallbackScope callback_scope(this); in Resolve() 394 InternalCallbackScope callback_scope(this); in Reject()
|
H A D | node_http2.cc | 1646 InternalCallbackScope callback_scope(this); in MaybeScheduleWrite()
|
Completed in 26 milliseconds