<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests/exceptions, branch 1.7.7</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests/exceptions?h=1.7.7</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests/exceptions?h=1.7.7'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2012-02-20T08:50:04Z</updated>
<entry>
<title>Polymorphic exception handling.</title>
<updated>2012-02-20T08:50:04Z</updated>
<author>
<name>Adrian Taylor</name>
<email>adrian@macrobug.com</email>
</author>
<published>2012-02-10T23:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e6f092d69f1806153571e6e808caea76f8bf5190'/>
<id>urn:sha1:e6f092d69f1806153571e6e808caea76f8bf5190</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Fixed unbound calling of destructor in exception handler; updated test.</title>
<updated>2011-09-15T15:08:25Z</updated>
<author>
<name>max99x</name>
<email>max99x@gmail.com</email>
</author>
<published>2011-09-15T15:08:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=76c15819b22aca811e70127d82e146afa33036f4'/>
<id>urn:sha1:76c15819b22aca811e70127d82e146afa33036f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Basic support for typed exceptions.</title>
<updated>2011-09-12T23:07:59Z</updated>
<author>
<name>max99x</name>
<email>max99x@gmail.com</email>
</author>
<published>2011-09-12T23:07:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=91e29b31f280b879b10debf2194c2b87d94857cf'/>
<id>urn:sha1:91e29b31f280b879b10debf2194c2b87d94857cf</id>
<content type='text'>
</content>
</entry>
</feed>
