Reporting uncaught errors at the boundary between C++ and JS instead of trying to...
authorolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Dec 2008 08:47:31 +0000 (08:47 +0000)
committerolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 4 Dec 2008 08:47:31 +0000 (08:47 +0000)
commitcb6a3e2f0a94176db8703bc2bed51e7e4c602135
tree815ea7f350f5cf592cf7ec23d6b66b3cbd0faf3a
parent2fd187d0cd1bea562830903386bf23dc2019d73e
Reporting uncaught errors at the boundary between C++ and JS instead of trying to guess whether they get caught at the time of the throw.
Review URL: http://codereview.chromium.org/12901

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@915 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/execution.cc
src/top.cc
src/top.h
test/cctest/test-api.cc
test/message/try-catch-finally-return-in-finally.js [new file with mode: 0644]
test/message/try-catch-finally-return-in-finally.out [new file with mode: 0644]