DescriptionFix a bug in abrupt exit from with or catch inside finally.
When with or catch is nested inside finally, we were not properly restoring
the context in the stack for the finally code. Also, as a small
optimization, restore it from the handler block instead of iteratively
unwinding contexts.
R=fschneider@chromium.org
BUG=
TEST=
Committed: http://code.google.com/p/v8/source/detail?r=9160
Patch Set 1 #Patch Set 2 : Removed platform-specific code from platform-independent files. #
Messages
Total messages: 2 (0 generated)
|