Reviewers: Vyacheslav Egorov,

Message:
We now always capture a stack trace when throwing an exception and stash it away
unless we are throwing an exception that we previously already have thrown.
This way, when throwing it again, we can take the original stack trace that has
been stashed away.

Description:
When rethrowing an exception, print the stack trace of its original site instead
of rethrow site.

BUG=60240
TEST=test-api/RethrowStackTrace


Please review this at http://codereview.chromium.org/9310063/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/isolate.h
  M src/isolate.cc
  M test/cctest/test-api.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to