Perform HasFastProperties check on prototypes when computing call targets in Crankshaft.
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Jul 2012 14:27:53 +0000 (14:27 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 Jul 2012 14:27:53 +0000 (14:27 +0000)
commit432576b7c8b406e7ea300d29e707b0a45d0b948e
tree3899be4e2f2041b217d5eb2d5c410a16e819b4c1
parentb008d99b11f4dc9e2b30dfe7edbde289fd05bf2e
Perform HasFastProperties check on prototypes when computing call targets in Crankshaft.

BUG=125148
TEST=mjsunit/regress/regress-crbug-125148

Review URL: https://chromiumcodereview.appspot.com/10735054

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