Introduce v8::Exception::GetMessage to find location of an error object.
authoraandrey@chromium.org <aandrey@chromium.org>
Thu, 30 Oct 2014 14:51:17 +0000 (14:51 +0000)
committeraandrey@chromium.org <aandrey@chromium.org>
Thu, 30 Oct 2014 14:51:46 +0000 (14:51 +0000)
commitaeb7ba52590922b07d533b21d2799d6b67b75d9b
tree593895a91be8f4a8283c2a8bd6306a98b34a3d94
parentba1aef3fabbe563b44a660f51c8dc8e8e526f263
Introduce v8::Exception::GetMessage to find location of an error object.

API=v8::Exception::GetMessage
BUG=chromium:427954
R=yangguo@chromium.org
LOG=Y

Committed: https://code.google.com/p/v8/source/detail?r=25015

Review URL: https://codereview.chromium.org/687253002

Cr-Commit-Position: refs/heads/master@{#25021}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@25021 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/isolate.cc
src/isolate.h
test/cctest/test-api.cc