Home
last modified time | relevance | path

Searched refs:callback_scope (Results 1 - 8 of 8) sorted by relevance

/third_party/node/src/
H A Dnode_http_parser.cc279 InternalCallbackScope callback_scope( in on_message_begin()
285 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in on_message_begin()
434 InternalCallbackScope callback_scope( in on_headers_complete()
438 if (head_response.IsEmpty()) callback_scope.MarkAsFailed(); in on_headers_complete()
508 InternalCallbackScope callback_scope( in on_message_complete()
511 if (r.IsEmpty()) callback_scope.MarkAsFailed(); 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 Dstream_pipe.cc175 InternalCallbackScope callback_scope(pipe, in OnStreamAfterWrite()
226 InternalCallbackScope callback_scope(pipe, in OnStreamWantsWrite()
H A Dnode_api.cc607 CallbackScope* callback_scope = reinterpret_cast<CallbackScope*>(s); in CloseCallbackScope() local
608 delete callback_scope; in CloseCallbackScope()
1194 CallbackScope callback_scope(this);
H A Dnode.cc280 InternalCallbackScope callback_scope( in StartExecution()
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()
/third_party/node/test/addons/callback-scope/
H A Dbinding.cc38 node::CallbackScope callback_scope(isolate, v8::Object::New(isolate), in Callback()

Completed in 18 milliseconds