Home
last modified time | relevance | path

Searched refs:savedExc (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java382 IOException savedExc = null; in connect() local
413 savedExc = e; in connect()
424 + savedExc.getMessage()); in connect()
693 Exception savedExc = null; in socksBind() local
730 savedExc = e; in socksBind()
741 + savedExc.getMessage()); in socksBind()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java382 IOException savedExc = null; in connect() local
413 savedExc = e; in connect()
424 + savedExc.getMessage()); in connect()
693 Exception savedExc = null; in socksBind() local
730 savedExc = e; in socksBind()
741 + savedExc.getMessage()); in socksBind()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DSocksSocketImpl.java382 IOException savedExc = null; in connect() local
417 savedExc = e; in connect()
428 + savedExc.getMessage()); in connect()
701 Exception savedExc = null; in socksBind() local
742 savedExc = e; in socksBind()
753 + savedExc.getMessage()); in socksBind()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java393 IOException savedExc = null; in connect() local
424 savedExc = e; in connect()
435 + savedExc.getMessage()); in connect()
708 Exception savedExc = null; in socksBind() local
745 savedExc = e; in socksBind()
756 + savedExc.getMessage()); in socksBind()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/net/
H A DSocksSocketImpl.java382 IOException savedExc = null; in connect() local
417 savedExc = e; in connect()
428 + savedExc.getMessage()); in connect()
701 Exception savedExc = null; in socksBind() local
742 savedExc = e; in socksBind()
753 + savedExc.getMessage()); in socksBind()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DBailouts.cpp213 JS::AutoSaveExceptionState savedExc(cx); in ExceptionHandlerBailout() local
247 savedExc.drop(); in ExceptionHandlerBailout()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java329 IOException savedExc = null; in connect() local
360 savedExc = e; in connect()
371 + savedExc.getMessage()); in connect()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java319 IOException savedExc = null; in connect() local
354 savedExc = e; in connect()
365 + savedExc.getMessage()); in connect()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java313 IOException savedExc = null; in connect() local
348 savedExc = e; in connect()
359 + savedExc.getMessage()); in connect()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java319 IOException savedExc = null; in connect() local
354 savedExc = e; in connect()
365 + savedExc.getMessage()); in connect()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java319 IOException savedExc = null; in connect() local
354 savedExc = e; in connect()
365 + savedExc.getMessage()); in connect()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DIteration.cpp1048 JS::AutoSaveExceptionState savedExc(cx); in IteratorCloseForException() local
1083 savedExc.restore(); in IteratorCloseForException()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DIteration.cpp1293 JS::AutoSaveExceptionState savedExc(cx); in IteratorCloseForException() local
1336 savedExc.restore(); in IteratorCloseForException()
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DIteration.cpp1309 JS::AutoSaveExceptionState savedExc(cx); in IteratorCloseForException() local
1352 savedExc.restore(); in IteratorCloseForException()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DIteration.cpp1309 JS::AutoSaveExceptionState savedExc(cx); in IteratorCloseForException() local
1352 savedExc.restore(); in IteratorCloseForException()
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DIteration.cpp1470 JS::AutoSaveExceptionState savedExc(cx); in IteratorCloseForException() local
1513 savedExc.restore(); in IteratorCloseForException()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/shell/
H A Djs.cpp547 JS::AutoSaveExceptionState savedExc(cx);
565 savedExc.restore();
3770 JS::AutoSaveExceptionState savedExc(cx);
6490 JS::AutoSaveExceptionState savedExc(cx);
6493 savedExc.restore();
6514 JS::AutoSaveExceptionState savedExc(cx);
6519 savedExc.restore();
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/shell/
H A Djs.cpp663 JS::AutoSaveExceptionState savedExc(cx); in ShellInterruptCallback() local
680 savedExc.restore(); in ShellInterruptCallback()
3863 JS::AutoSaveExceptionState savedExc(cx); in InvokeInterruptCallbackWrapper() local
7020 JS::AutoSaveExceptionState savedExc(cx); in ~AutoReportException() local
7022 savedExc.restore(); in ~AutoReportException()
7041 JS::AutoSaveExceptionState savedExc(cx); in WarningReporter() local
7047 savedExc.restore(); in WarningReporter()
/dports/www/firefox-esr/firefox-91.8.0/js/src/debugger/
H A DDebugger.cpp2468 JS::AutoSaveExceptionState savedExc(cx); in onTrap() local
2573 savedExc.drop(); in onTrap()
2586 JS::AutoSaveExceptionState savedExc(cx); in onSingleStep() local
2701 savedExc.drop(); in onSingleStep()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/debugger/
H A DDebugger.cpp2406 JS::AutoSaveExceptionState savedExc(cx); in onTrap() local
2511 savedExc.drop(); in onTrap()
2524 JS::AutoSaveExceptionState savedExc(cx); in onSingleStep() local
2633 savedExc.drop(); in onSingleStep()
/dports/www/firefox/firefox-99.0/js/src/debugger/
H A DDebugger.cpp2481 JS::AutoSaveExceptionState savedExc(cx); in onTrap() local
2586 savedExc.drop(); in onTrap()
2599 JS::AutoSaveExceptionState savedExc(cx); in onSingleStep() local
2714 savedExc.drop(); in onSingleStep()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/debugger/
H A DDebugger.cpp2468 JS::AutoSaveExceptionState savedExc(cx); in onTrap() local
2573 savedExc.drop(); in onTrap()
2586 JS::AutoSaveExceptionState savedExc(cx); in onSingleStep() local
2701 savedExc.drop(); in onSingleStep()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/shell/
H A Djs.cpp771 JS::AutoSaveExceptionState savedExc(cx); in ShellInterruptCallback() local
790 savedExc.restore(); in ShellInterruptCallback()
4613 JS::AutoSaveExceptionState savedExc(cx); in InvokeInterruptCallbackWrapper() local
9539 JS::AutoSaveExceptionState savedExc(cx); in WarningReporter() local
9545 savedExc.restore(); in WarningReporter()
/dports/www/firefox-esr/firefox-91.8.0/js/src/shell/
H A Djs.cpp884 JS::AutoSaveExceptionState savedExc(cx); in ShellInterruptCallback() local
903 savedExc.restore(); in ShellInterruptCallback()
5110 JS::AutoSaveExceptionState savedExc(cx); in InvokeInterruptCallbackWrapper() local
10479 JS::AutoSaveExceptionState savedExc(cx); in WarningReporter() local
10485 savedExc.restore(); in WarningReporter()
/dports/www/firefox/firefox-99.0/js/src/shell/
H A Djs.cpp898 JS::AutoSaveExceptionState savedExc(cx); in ShellInterruptCallback() local
917 savedExc.restore(); in ShellInterruptCallback()
4926 JS::AutoSaveExceptionState savedExc(cx); in InvokeInterruptCallbackWrapper() local
10245 JS::AutoSaveExceptionState savedExc(cx); in WarningReporter() local
10251 savedExc.restore(); in WarningReporter()

12