Introduce v8::Exception::GetMessage to find location of an error object.
authoraandrey@chromium.org <aandrey@chromium.org>
Thu, 30 Oct 2014 13:17:57 +0000 (13:17 +0000)
committeraandrey@chromium.org <aandrey@chromium.org>
Thu, 30 Oct 2014 13:18:16 +0000 (13:18 +0000)
commitad4515fd1f3ad6f517896c78468f0d1ba87e7140
treee5e60be10483cdaf31ca505ecdeb4a2a0f51ced1
parente42c564ffb525372417875fa53370152b41a8647
Introduce v8::Exception::GetMessage to find location of an error object.

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

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

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