Home
last modified time | relevance | path

Searched refs:GetPendingException (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DInputQueueChannel.cs94 inputQueue.Shutdown(() => this.GetPendingException()); in OnFaulted()
164 inputQueue.Shutdown(() => this.GetPendingException()); in OnClosing()
H A DInputQueueChannelAcceptor.cs91 this.channelQueue.Shutdown(() => this.ChannelManager.GetPendingException()); in OnFaulted()
H A DCommunicationObject.cs517 internal Exception GetPendingException() in GetPendingException() method in System.ServiceModel.Channels.CommunicationObject
538 Exception exception = this.GetPendingException(); in GetTerminalException()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/xpconnect/src/
H A DXPCThrower.cpp53 nsCOMPtr<nsIException> e = XPCJSContext::Get()->GetPendingException();
/dports/lang/spidermonkey60/firefox-60.9.0/js/xpconnect/src/
H A DXPCThrower.cpp47 RefPtr<Exception> e = XPCJSContext::Get()->GetPendingException(); in CheckForPendingException()
/dports/www/firefox-esr/firefox-91.8.0/js/xpconnect/src/
H A DXPCThrower.cpp51 RefPtr<Exception> e = XPCJSContext::Get()->GetPendingException(); in CheckForPendingException()
/dports/www/firefox/firefox-99.0/js/xpconnect/src/
H A DXPCThrower.cpp51 RefPtr<Exception> e = XPCJSContext::Get()->GetPendingException(); in CheckForPendingException()
/dports/mail/thunderbird/thunderbird-91.8.0/js/xpconnect/src/
H A DXPCThrower.cpp51 RefPtr<Exception> e = XPCJSContext::Get()->GetPendingException(); in CheckForPendingException()
/dports/lang/spidermonkey78/firefox-78.9.0/js/xpconnect/src/
H A DXPCThrower.cpp51 RefPtr<Exception> e = XPCJSContext::Get()->GetPendingException(); in CheckForPendingException()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/base/
H A DCycleCollectedJSContext.h134 already_AddRefed<dom::Exception> GetPendingException() const;
H A DCycleCollectedJSContext.cpp255 already_AddRefed<Exception> CycleCollectedJSContext::GetPendingException() in GetPendingException() function in mozilla::CycleCollectedJSContext
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/base/
H A DCycleCollectedJSContext.h136 already_AddRefed<dom::Exception> GetPendingException() const;
H A DCycleCollectedJSContext.cpp366 already_AddRefed<Exception> CycleCollectedJSContext::GetPendingException() in GetPendingException() function in mozilla::CycleCollectedJSContext
/dports/www/firefox/firefox-99.0/xpcom/base/
H A DCycleCollectedJSContext.h174 already_AddRefed<dom::Exception> GetPendingException() const;
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/base/
H A DCycleCollectedJSContext.h181 already_AddRefed<dom::Exception> GetPendingException() const;
/dports/www/firefox-esr/firefox-91.8.0/xpcom/base/
H A DCycleCollectedJSContext.h181 already_AddRefed<dom::Exception> GetPendingException() const;
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/base/
H A DCycleCollectedJSContext.h297 already_AddRefed<nsIException> GetPendingException() const;
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/remoteworkers/
H A DRemoteWorkerManager.cpp196 if (RefPtr<Exception> exn = context->GetPendingException()) { in GetRemoteType()
/dports/www/firefox/firefox-99.0/dom/workers/remoteworkers/
H A DRemoteWorkerManager.cpp199 if (RefPtr<Exception> exn = context->GetPendingException()) { in GetRemoteType()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/remoteworkers/
H A DRemoteWorkerManager.cpp196 if (RefPtr<Exception> exn = context->GetPendingException()) { in GetRemoteType()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DExceptions.cpp118 RefPtr<Exception> existingException = context->GetPendingException(); in Throw()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DExceptions.cpp149 nsCOMPtr<nsIException> existingException = context->GetPendingException(); in Throw()
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DExceptions.cpp123 RefPtr<Exception> existingException = context->GetPendingException(); in Throw()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DExceptions.cpp122 RefPtr<Exception> existingException = context->GetPendingException(); in Throw()
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DExceptions.cpp123 RefPtr<Exception> existingException = context->GetPendingException(); in Throw()

12