Make sure to initialize all fields in the special maps
authorkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Jan 2010 20:14:46 +0000 (20:14 +0000)
committerkasperl@chromium.org <kasperl@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Jan 2010 20:14:46 +0000 (20:14 +0000)
commit25c6b59b1ec5632eff5dfcdb91b33af7fb18ca6c
treebf9c7ee90d0090c3c7873529a8d5bbab501fb669
parent58a8a1f3414e0d3cdc2ac5f2903595ef56b48913
Make sure to initialize all fields in the special maps
created during bootstrapping. Without this change we
risk having weird flags set on the map for the null
value (among others), which can lead to crashes.
Review URL: http://codereview.chromium.org/552195

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