Home
last modified time | relevance | path

Searched refs:callback_scope (Results 1 – 9 of 9) sorted by relevance

/third_party/node/src/
Dnode_http_parser.cc212 InternalCallbackScope callback_scope( in SET_SELF_SIZE() local
218 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in SET_SELF_SIZE()
367 InternalCallbackScope callback_scope( in on_headers_complete() local
371 if (head_response.IsEmpty()) callback_scope.MarkAsFailed(); in on_headers_complete()
440 InternalCallbackScope callback_scope( in on_message_complete() local
443 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in on_message_complete()
Dstream_pipe.cc182 InternalCallbackScope callback_scope(pipe, in OnStreamAfterWrite() local
233 InternalCallbackScope callback_scope(pipe, in OnStreamWantsWrite() local
Dnode_file-inl.h180 InternalCallbackScope callback_scope(this); in Reject()
192 InternalCallbackScope callback_scope(this); in Resolve()
Dnode_api.cc527 CallbackScope* callback_scope = reinterpret_cast<CallbackScope*>(s); in CloseCallbackScope() local
528 delete callback_scope; in CloseCallbackScope()
1085 CallbackScope callback_scope(this); in AfterThreadPoolWork() local
Dnode.cc451 InternalCallbackScope callback_scope( in StartExecution() local
Dnode_file.cc292 InternalCallbackScope callback_scope(this); in Resolve() local
302 InternalCallbackScope callback_scope(this); in Reject() local
Dnode_http2.cc1504 InternalCallbackScope callback_scope(this); in MaybeScheduleWrite() local
DREADME.md919 `InternalCallbackScope callback_scope(this);`) suffices inside of Node.js’s
/third_party/node/test/addons/callback-scope/
Dbinding.cc38 node::CallbackScope callback_scope(isolate, v8::Object::New(isolate), in Callback() local