Home
last modified time | relevance | path

Searched refs:MarkAsFailed (Results 1 - 3 of 3) sorted by relevance

/third_party/node/src/api/
H A Dcallback.cc36 private_->MarkAsFailed(); in ~CallbackScope()
105 MarkAsFailed(); in Close()
219 scope.MarkAsFailed(); in InternalMakeCallback()
/third_party/node/src/
H A Dnode_http_parser.cc285 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in on_message_begin()
438 if (head_response.IsEmpty()) callback_scope.MarkAsFailed(); in on_headers_complete()
511 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in on_message_complete()
H A Dnode_internals.h235 inline void MarkAsFailed() { failed_ = true; } in MarkAsFailed() function in node::InternalCallbackScope

Completed in 5 milliseconds