[V8] Report JSON parser script to DevTools
authorkozyatinskiy <kozyatinskiy@chromium.org>
Thu, 27 Aug 2015 19:01:03 +0000 (12:01 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 27 Aug 2015 19:01:22 +0000 (19:01 +0000)
commit951f6b7a88fccbe14a6ddd8611e7bd98f9f7f7b1
treeae673324dc61ac9367be92a40a9b720ac4df7102
parent2ba2f40c6a331111361585289ecf137ff98b02c7
[V8] Report JSON parser script to DevTools

If JSON contains SyntaxError then V8 will report exception and won't report compile error.

LOG=Y
BUG=chromium:515382
R=yangguo@chromium.org,yurys@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30426}
src/json-parser.h
test/cctest/test-debug.cc