Fix bug in JSON.stringify where Boolean objects are incorrectly
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Jun 2010 07:45:52 +0000 (07:45 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 25 Jun 2010 07:45:52 +0000 (07:45 +0000)
commitb71fe5b61e0faeac5099b7a77239f06706c83d1c
treef5018cdb624dd5f80a4ed04de934978e9bf6cec6
parent7b46a1f49d7ef4a60c9378bb0328b0bcd6cc248b
Fix bug in JSON.stringify where Boolean objects are incorrectly
unwrapped.

This fixes issue 752.
Review URL: http://codereview.chromium.org/2845023

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4946 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/json.js
test/mjsunit/regress/regress-752.js [new file with mode: 0644]