DescriptionProperly reset external catcher if exception couldn't be externally caught.
We can wrongly assume that exception which is not intended to be caught
by external try/catch should be caught if this exception inherits
external catcher from some previous exception. To prevent that,
clear external catcher when processing exceptions which cannot be
externally caught.
BUG=v8:1184
TEST=test/mjsunit/regress/regress-1184.js
Committed: http://code.google.com/p/v8/source/detail?r=6905
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|