emscripten/tests/exceptions
Adrian Taylor e6f092d69f Polymorphic exception handling.
Previously exception handling only worked if there were a 'catch' block which precisely matched
the type of the thrown exception.

That's not always the case if we're trying to catch subclasses.

This change enhances behaviour to match subclasses, and also covers some other cases where
we weren't catching the right thing.
2012-02-20 08:50:04 +00:00
..
output.txt Polymorphic exception handling. 2012-02-20 08:50:04 +00:00
typed.cpp Polymorphic exception handling. 2012-02-20 08:50:04 +00:00