This change makes the runtime function %DebugPrint()
authorwhessev8 <whessev8@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Sep 2008 10:32:33 +0000 (10:32 +0000)
committerwhessev8 <whessev8@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 10 Sep 2008 10:32:33 +0000 (10:32 +0000)
commit195a57b59bf1af8cd8c534b335906af4bb3f534a
tree33307d840d0f751445b65ab9fc38652094343712
parent1aa48bb98f901771af0886973efc5cf216467e44
This change makes the runtime function %DebugPrint()
print the content of strings in release build, rather
than just a pointer.  This lets test_shell print to stdout.

Review URL: http://codereview.chromium.org/1697

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@251 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc