Follow up to fix v8::Exception::GetMessage() actually do what it was intended to.
authoraandrey@chromium.org <aandrey@chromium.org>
Tue, 4 Nov 2014 10:06:44 +0000 (10:06 +0000)
committeraandrey@chromium.org <aandrey@chromium.org>
Tue, 4 Nov 2014 10:07:11 +0000 (10:07 +0000)
commita17b087a7d8b602e028413897a8f37bd15f89199
tree17bbf90206dc70edf870f6bc27f7acec82d2949b
parent35eaced2084861a44ef41f5d74170f0b9331965e
Follow up to fix v8::Exception::GetMessage() actually do what it was intended to.

The main thing for v8::Exception::GetMessage() is to extract message location from
error stack trace, even when stack trace capturing is off (when DevTools is closed).

BUG=chromium:427954
R=yangguo@chromium.org
LOG=N

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

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