Factored the generation of JSON serialization from beeing part of the mirror objects...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 7 Jan 2009 09:27:30 +0000 (09:27 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 7 Jan 2009 09:27:30 +0000 (09:27 +0000)
commit60cb58ea914b7138da4b74c5dd7838b4eb9c5303
tree96b261d997ef7abf2b293b780d000123da2653c7
parent0d22bce30229e0bb2aab465de4fb82105a99de92
Factored the generation of JSON serialization from beeing part of the mirror objects into a seperate class. The purpose of this is to make it easier to change the serialization to contain object identification and references.

Added a test case for the script mirror and modified a number of the other mirror tests.
Review URL: http://codereview.chromium.org/16539

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1035 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mirror-delay.js
test/mjsunit/mirror-array.js
test/mjsunit/mirror-function.js
test/mjsunit/mirror-object.js
test/mjsunit/mirror-script.js [new file with mode: 0644]
test/mjsunit/mirror-string.js