Before a scavenge collection in debug builds with ENABLE_SLOW_ASSERTS,
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 May 2009 10:43:33 +0000 (10:43 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 7 May 2009 10:43:33 +0000 (10:43 +0000)
commit3299f63c0d8c5996f7bdec7b87ce96793554a86e
tree79d9126a904c250ebcbba38d1d0f9b895c0760f7
parent3dc6701516ed22640e84d4d6b259c00dca9adf67
Before a scavenge collection in debug builds with ENABLE_SLOW_ASSERTS,
we verify that there are no pointers to new space from the code space.
Add the old data space to this verification.

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

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