ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since b82c17a was 7f9968ad, checked in by Andrew Beach <ajbeach@…>, 5 years ago |
Fixed a problem with 'throwResume;' translation and added some tests to check for similar problems.
|
-
Property mode
set to
100644
|
File size:
550 bytes
|
Line | |
---|
1 | simple throw
|
---|
2 | simple catch
|
---|
3 | Exiting: simple catch clause
|
---|
4 | end of try clause
|
---|
5 | Exiting: simple try clause
|
---|
6 |
|
---|
7 | catch-all
|
---|
8 |
|
---|
9 | throwing child exception
|
---|
10 | inner parent match
|
---|
11 |
|
---|
12 | caught yin as yin
|
---|
13 |
|
---|
14 | rethrow inner try
|
---|
15 | caught throw, will rethrow
|
---|
16 | Exiting: rethrowing catch clause
|
---|
17 | caught rethrow
|
---|
18 | Exiting: rethrow catch clause
|
---|
19 | Exiting: rethrow inner try
|
---|
20 |
|
---|
21 | caught yin, will throw yang
|
---|
22 | caught yang
|
---|
23 |
|
---|
24 | throwing first exception
|
---|
25 | caught first exception
|
---|
26 | throwing second exception
|
---|
27 | caught second exception
|
---|
28 | recaught first exception
|
---|
29 |
|
---|
30 | inner catch
|
---|
31 | inner catch
|
---|
32 | outer catch
|
---|
33 |
|
---|
34 | throw
|
---|
35 | rethrow
|
---|
36 | handle
|
---|
Note:
See
TracBrowser
for help on using the repository browser.