Home
last modified time | relevance | path

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

/third_party/node/src/api/
Dcallback.cc37 private_->MarkAsFailed(); in ~CallbackScope()
97 MarkAsFailed(); in Close()
204 scope.MarkAsFailed(); in InternalMakeCallback()
/third_party/node/src/
Dnode_http_parser.cc218 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in SET_SELF_SIZE()
371 if (head_response.IsEmpty()) callback_scope.MarkAsFailed(); in on_headers_complete()
443 if (r.IsEmpty()) callback_scope.MarkAsFailed(); in on_message_complete()
Dnode_internals.h220 inline void MarkAsFailed() { failed_ = true; } in MarkAsFailed() function