v8/test
kmillikin@chromium.org b638d5c613 Fix issue 259.
http://code.google.com/p/v8/issues/detail?id=259

Due to constant folding of loop conditions, it is possible to have a
try/finally with no exits from the try block (eg, an infinite loop in
the try block).  In that case the code to unlink the try handler is
dead and should not be emitted.

Review URL: http://codereview.chromium.org/39251

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1434 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-03-06 10:18:33 +00:00
..
cctest Add a test for inserting a preexisting list element to a list, at the 2009-03-05 09:39:19 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Fix issue 259. 2009-03-06 10:18:33 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00