Reviewers: Christian Plesner Hansen, Description: Fix issue 86 by keeping track of the fact that finally blocks are evaluated with an extra element on the stack, which needs to be taken into account when breaking and continuing.
I'll clean up the code and add an abstraction for manipulating the break stack height in a future CL -- I want to try to get rid of the separate local variable we keep around for the "state" when running in a finally block. Please review this at http://codereview.chromium.org/5625 Affected files: M src/codegen-arm.cc M src/codegen-ia32.cc D test/mjsunit/bugs/bug-86.js A + test/mjsunit/regress/regress-86.js --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
