Add lazy deoptimization environment to instanceof by marking it as a call.
authorfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 1 Mar 2011 15:37:24 +0000 (15:37 +0000)
committerfschneider@chromium.org <fschneider@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 1 Mar 2011 15:37:24 +0000 (15:37 +0000)
commit8a72161585d6770bfa7cd3fa1d92a07ce136cc3a
tree67f049f65e1873fb993320fd3085fbf4efbec297
parent9c056981459dbcd4c5747f2c1883a13b9ab032f8
Add lazy deoptimization environment to instanceof by marking it as a call.

This fixes an assert when an exception is thrown inside instanceof.

BUG=v8:1207
TEST=mjsunit/regress/regress-1207.js

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6999 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/lithium-arm.cc
src/arm/lithium-codegen-arm.cc
src/ia32/lithium-codegen-ia32.cc
src/ia32/lithium-ia32.cc
src/x64/lithium-codegen-x64.cc
src/x64/lithium-x64.cc
test/mjsunit/regress/regress-1207.js [new file with mode: 0644]