Make sure the fast case of ScanJsonString bails out to the slow case correctly.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 18 Oct 2012 13:15:05 +0000 (13:15 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 18 Oct 2012 13:15:05 +0000 (13:15 +0000)
commita7f3edb818a2bd9a6ccd9cc3bd12b17f95a0a00f
tree0cffd668bc0721d440cc8e18e90c8be4b7674c8c
parent23df9b9d28d78af651e7b80befdbb0281a4be5ff
Make sure the fast case of ScanJsonString bails out to the slow case correctly.

R=verwaest@chromium.org
BUG=

Review URL: https://chromiumcodereview.appspot.com/11185050

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12757 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/json-parser.h
test/mjsunit/json.js