Home | History | Annotate | Download | only in ExceptionDemo

Lines Matching full:foreign

11 // shows several test cases including the handling of foreign exceptions.
14 // of -1 will trigger a foreign C++ exception to be thrown; type info types
38 // - Value -1 causes a foreign C++ exception to be thrown and not be
340 /// used by foreign exception handlers when deleting our exception
682 // We have been notified of a foreign exception being thrown,
1138 // Foreign exception handler
1264 // the exception is foreign.
1271 // Branch to the externalExceptionBlock if the exception is foreign or
1286 "Gen: Foreign exception received.\n",
1348 /// runtime value matches nativeThrowType, throws a foreign exception by
1357 /// @param nativeThrowFunct function which will throw a foreign exception
1388 // Throws a foreign exception
1403 // Throws foreign exception
1423 // a foreign exception is thrown. Defaults to throwing one of our
1471 /// a supplied a function which in turn will throw a foreign exception.
1477 /// a foreign exception
1494 // foreign exceptions to be thrown.
1534 /// Represents our foreign exceptions
1552 /// Throws foreign C++ exception.
1570 /// indicator to cause foreign exception to be thrown.
1586 // Catch foreign C++ exception
1596 // given that these will be exceptions foreign to C++
1900 /// of -1 will trigger a foreign C++ exception to be thrown; type info types
1911 " the value -1 for foreign C++ exceptions to be "
1971 // the function which throws foreign exceptions.