Searched refs:SetException (Results 1 – 7 of 7) sorted by relevance
275 origTcs.SetException(GetRpcExceptionClientOnly()); in HandleSendFinished()279 origTcs.SetException (new IOException("Error sending from server.")); in HandleSendFinished()308 … sendStatusFromServerTcs.SetException(new IOException("Error sending status from server.")); in HandleSendStatusFromServerFinished()362 …origTcs.SetException(new IOException("Failed to deserialize request message.", deserializeExceptio… in HandleReadFinished()
441 … tcs.SetException(new RpcException(finishedStatus.Value.Status, finishedStatus.Value.Trailers)); in CheckSendAllowedOrEarlyResult()578 delayedStreamingWriteTcs.SetException(GetRpcExceptionClientOnly()); in HandleUnaryResponse()584 unaryResponseTcs.SetException(new RpcException(status, receivedStatus.Trailers)); in HandleUnaryResponse()622 delayedStreamingWriteTcs.SetException(GetRpcExceptionClientOnly()); in HandleFinished()628 … streamingResponseCallFinishedTcs.SetException(new RpcException(status, receivedStatus.Trailers)); in HandleFinished()
258 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() function853 SetException(dwExceptionCode, &record); in _call_function_pointer()
261 static void SetException(DWORD code, EXCEPTION_RECORD *pr) in SetException() function869 SetException(dwExceptionCode, &record); in _call_function_pointer()
1195 void SetException(Object* exception);
1247 void JavaScriptBuiltinContinuationWithCatchFrame::SetException( in SetException() function in v8::internal::JavaScriptBuiltinContinuationWithCatchFrame
1450 js_frame->SetException(exception); in Throw()