ADT
ast-experimental
Last change
on this file since bb7422a was 381132b, checked in by Andrew Beach <ajbeach@…>, 5 years ago |
Default handlers for uncaught exceptions are now run at the top of the stack. There was an error but it seemed to disappear when I recompiled the code.
|
-
Property mode
set to
100644
|
File size:
215 bytes
|
Line | |
---|
1 | Should be printed.
|
---|
2 | jump catch handler.
|
---|
3 | jump default handler.
|
---|
4 | Catch unhandled_exception.
|
---|
5 | cross terminate throw
|
---|
6 | cross terminate default
|
---|
7 | cross terminate catch
|
---|
8 | cross resume throw
|
---|
9 | cross resume default
|
---|
10 | cross resume catch
|
---|
Note:
See
TracBrowser
for help on using the repository browser.