Fix issue with running some constructors having only this.x = ... assignments.
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 23 Oct 2009 12:18:47 +0000 (12:18 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 23 Oct 2009 12:18:47 +0000 (12:18 +0000)
commit7a509f2101b2a4a057f8376351de8c71a2783682
treed396553228b5f0a7ac2d4326a4ae3ba2e17d8d0d
parent9e50295ad220b3387a26286866cfe83363c40b38
Fix issue with running some constructors having only this.x = ... assignments.

If we had compiled the comment instead of the code it would have worked.

BUG=483
TEST=mjsunit/regress/regress-483.js
Review URL: http://codereview.chromium.org/332007

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