Home
last modified time | relevance | path

Searched refs:InternalCallbackScope (Results 1 – 15 of 15) sorted by relevance

/third_party/node/src/api/
Dcallback.cc28 : private_(new InternalCallbackScope(env, in CallbackScope()
41 InternalCallbackScope::InternalCallbackScope(AsyncWrap* async_wrap, int flags) in InternalCallbackScope() function in node::InternalCallbackScope
42 : InternalCallbackScope(async_wrap->env(), in InternalCallbackScope()
48 InternalCallbackScope::InternalCallbackScope(Environment* env, in InternalCallbackScope() function in node::InternalCallbackScope
83 InternalCallbackScope::~InternalCallbackScope() { in ~InternalCallbackScope()
88 void InternalCallbackScope::Close() { in Close()
170 int flags = InternalCallbackScope::kNoFlags; in InternalMakeCallback()
176 flags = InternalCallbackScope::kSkipAsyncHooks; in InternalMakeCallback()
183 InternalCallbackScope scope(env, resource, asyncContext, flags); in InternalMakeCallback()
/third_party/node/src/
Dstream_pipe.cc182 InternalCallbackScope callback_scope(pipe, in OnStreamAfterWrite()
183 InternalCallbackScope::kSkipTaskQueues); in OnStreamAfterWrite()
233 InternalCallbackScope callback_scope(pipe, in OnStreamWantsWrite()
234 InternalCallbackScope::kSkipTaskQueues); in OnStreamWantsWrite()
Dnode_internals.h198 class InternalCallbackScope {
210 InternalCallbackScope(Environment* env,
215 explicit InternalCallbackScope(AsyncWrap* async_wrap, int flags = 0);
216 ~InternalCallbackScope();
Dnode_http_parser.cc212 InternalCallbackScope callback_scope( in SET_SELF_SIZE()
213 this, InternalCallbackScope::kSkipTaskQueues); in SET_SELF_SIZE()
367 InternalCallbackScope callback_scope( in on_headers_complete()
368 this, InternalCallbackScope::kSkipTaskQueues); in on_headers_complete()
440 InternalCallbackScope callback_scope( in on_message_complete()
441 this, InternalCallbackScope::kSkipTaskQueues); in on_message_complete()
Dnode_file-inl.h180 InternalCallbackScope callback_scope(this); in Reject()
192 InternalCallbackScope callback_scope(this); in Resolve()
Dnode_platform.cc408 InternalCallbackScope cb_scope(env, Object::New(isolate_), { 0, 0 }, in RunForegroundTask()
409 InternalCallbackScope::kNoFlags); in RunForegroundTask()
Dnode.cc447 InternalCallbackScope callback_scope( in StartExecution()
451 InternalCallbackScope::kSkipAsyncHooks); in StartExecution()
Dnode.h974 class InternalCallbackScope; variable
1007 InternalCallbackScope* private_;
Denv.cc724 InternalCallbackScope cb_scope(this, Object::New(isolate_), { 0, 0 }); in RunAndClearNativeImmediates()
836 InternalCallbackScope scope(env, process, {0, 0}); in RunTimers()
Dnode_file.cc292 InternalCallbackScope callback_scope(this); in Resolve()
302 InternalCallbackScope callback_scope(this); in Reject()
DREADME.md907 The public `CallbackScope` and the internally used `InternalCallbackScope`
919 `InternalCallbackScope callback_scope(this);`) suffices inside of Node.js’s
Dnode_http2.cc1504 InternalCallbackScope callback_scope(this); in MaybeScheduleWrite()
/third_party/node/doc/changelogs/
DCHANGELOG_V13.md394 …ttps://github.com/nodejs/node/commit/3497370d66)] - **src**: move InternalCallbackScope to StartEx…
DCHANGELOG_V9.md2042 …ttps://github.com/nodejs/node/commit/f31b796175)] - **src**: add `InternalCallbackScope` util cons…
DCHANGELOG_V8.md2098 …ttps://github.com/nodejs/node/commit/e578268ef9)] - **src**: add `InternalCallbackScope` util cons…