Fix polymorphic inlined calls with migrating prototypes
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 12 Dec 2013 14:57:00 +0000 (14:57 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 12 Dec 2013 14:57:00 +0000 (14:57 +0000)
commit48ff79a300c5c77429857948e04aa0c0e675c69c
tree9b92eb7973c3e8af145a8f6b62e076f1a8678a27
parent3c601ff5b5d22ff0853606e04a3c984ee2c3e0a8
Fix polymorphic inlined calls with migrating prototypes

LOG=Y
R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/104793003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18307 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.cc
src/ast.h
src/objects.cc
src/objects.h
src/type-info.cc
src/type-info.h
src/typing.cc
test/mjsunit/regress/regress-calls-with-migrating-prototypes.js [new file with mode: 0644]