Added source info to TryCatches. Reorganized exception messaging
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Sep 2008 18:55:41 +0000 (18:55 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 9 Sep 2008 18:55:41 +0000 (18:55 +0000)
commitde607bd33e131fa2456b10550a3abed30c530c9b
tree2fa41ade29126a1fa0f5e3d3ab4623ace6bbc161
parent23d2381749d87948e93ee82245c5aa747bb9baab
Added source info to TryCatches.  Reorganized exception messaging
somewhat and folded stack traces into message.  Use of this in the
shell will follow in a separate changelist.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@235 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/debug.cc
src/messages.cc
src/messages.h
src/messages.js
src/top.cc
src/top.h
test/cctest/test-api.cc