Home
last modified time | relevance | path

Searched refs:ShouldRethrowException (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DCallbackObject.cpp199 CallbackObject::CallSetup::ShouldRethrowException(JS::Handle<JS::Value> aException) in ShouldRethrowException() function in mozilla::dom::CallbackObject::CallSetup
260 ShouldRethrowException(exn)) { in ~CallSetup()
H A DCallbackObject.h296 bool ShouldRethrowException(JS::Handle<JS::Value> aException);
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DCallbackObject.cpp260 bool CallbackObject::CallSetup::ShouldRethrowException( in ShouldRethrowException() function in mozilla::dom::CallbackObject::CallSetup
320 ShouldRethrowException(exn)) { in ~CallSetup()
H A DCallbackObject.h289 bool ShouldRethrowException(JS::Handle<JS::Value> aException);
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DCallbackObject.cpp321 bool CallbackObject::CallSetup::ShouldRethrowException( in ShouldRethrowException() function in mozilla::dom::CallbackObject::CallSetup
360 ShouldRethrowException(exn)) { in ~CallSetup()
H A DCallbackObject.h367 bool ShouldRethrowException(JS::Handle<JS::Value> aException);
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DCallbackObject.cpp317 bool CallbackObject::CallSetup::ShouldRethrowException( in ShouldRethrowException() function in mozilla::dom::CallbackObject::CallSetup
377 ShouldRethrowException(exn)) { in ~CallSetup()
H A DCallbackObject.h348 bool ShouldRethrowException(JS::Handle<JS::Value> aException);
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DCallbackObject.cpp321 bool CallbackObject::CallSetup::ShouldRethrowException( in ShouldRethrowException() function in mozilla::dom::CallbackObject::CallSetup
360 ShouldRethrowException(exn)) { in ~CallSetup()
H A DCallbackObject.h368 bool ShouldRethrowException(JS::Handle<JS::Value> aException);
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DCallbackObject.cpp321 bool CallbackObject::CallSetup::ShouldRethrowException( in ShouldRethrowException() function in mozilla::dom::CallbackObject::CallSetup
360 ShouldRethrowException(exn)) { in ~CallSetup()
H A DCallbackObject.h367 bool ShouldRethrowException(JS::Handle<JS::Value> aException);
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIPipelineRuntime.cs746 if (ShouldRethrowException(e)) { in RemoveThisAppDomainFromUnmanagedTable()
752 internal static bool ShouldRethrowException(Exception ex) { in ShouldRethrowException() method in System.Web.Hosting.PipelineRuntime