DescriptionFix exception propagation problem where undefined was returned instead
of an empty handle in case of an exception. This problem can break
C++ programs that are not interested in catching exceptions and just
want to propagate them out by testing for empty handles.
The issue is that exceptions are not rescheduled if they are
externally caught. Externally caught exceptions have to be
rescheduled if there is a JavaScript frame on the way to the C++ frame
that holds the external handler.
Committed: http://code.google.com/p/v8/source/detail?r=1487
Patch Set 1 #
Total comments: 2
Messages
Total messages: 4 (0 generated)
|