Searched refs:InternalCallbackScope (Results 1 – 15 of 15) sorted by relevance
/third_party/node/src/api/ |
D | callback.cc | 28 : 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/ |
D | stream_pipe.cc | 182 InternalCallbackScope callback_scope(pipe, in OnStreamAfterWrite() 183 InternalCallbackScope::kSkipTaskQueues); in OnStreamAfterWrite() 233 InternalCallbackScope callback_scope(pipe, in OnStreamWantsWrite() 234 InternalCallbackScope::kSkipTaskQueues); in OnStreamWantsWrite()
|
D | node_internals.h | 198 class InternalCallbackScope { 210 InternalCallbackScope(Environment* env, 215 explicit InternalCallbackScope(AsyncWrap* async_wrap, int flags = 0); 216 ~InternalCallbackScope();
|
D | node_http_parser.cc | 212 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()
|
D | node_file-inl.h | 180 InternalCallbackScope callback_scope(this); in Reject() 192 InternalCallbackScope callback_scope(this); in Resolve()
|
D | node_platform.cc | 408 InternalCallbackScope cb_scope(env, Object::New(isolate_), { 0, 0 }, in RunForegroundTask() 409 InternalCallbackScope::kNoFlags); in RunForegroundTask()
|
D | node.cc | 447 InternalCallbackScope callback_scope( in StartExecution() 451 InternalCallbackScope::kSkipAsyncHooks); in StartExecution()
|
D | node.h | 974 class InternalCallbackScope; variable 1007 InternalCallbackScope* private_;
|
D | env.cc | 724 InternalCallbackScope cb_scope(this, Object::New(isolate_), { 0, 0 }); in RunAndClearNativeImmediates() 836 InternalCallbackScope scope(env, process, {0, 0}); in RunTimers()
|
D | node_file.cc | 292 InternalCallbackScope callback_scope(this); in Resolve() 302 InternalCallbackScope callback_scope(this); in Reject()
|
D | README.md | 907 The public `CallbackScope` and the internally used `InternalCallbackScope` 919 `InternalCallbackScope callback_scope(this);`) suffices inside of Node.js’s
|
D | node_http2.cc | 1504 InternalCallbackScope callback_scope(this); in MaybeScheduleWrite()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V13.md | 394 …ttps://github.com/nodejs/node/commit/3497370d66)] - **src**: move InternalCallbackScope to StartEx…
|
D | CHANGELOG_V9.md | 2042 …ttps://github.com/nodejs/node/commit/f31b796175)] - **src**: add `InternalCallbackScope` util cons…
|
D | CHANGELOG_V8.md | 2098 …ttps://github.com/nodejs/node/commit/e578268ef9)] - **src**: add `InternalCallbackScope` util cons…
|