Allow strict mode flag as extraicstate for keyed external array store ic
authorricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 May 2011 08:53:46 +0000 (08:53 +0000)
committerricow@chromium.org <ricow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 11 May 2011 08:53:46 +0000 (08:53 +0000)
commit7f8a918f08a0270ba737e4cd8529a8d40afcca76
tree1c6ba4fff3dbc1ee6a4f3455d911af9914d26407
parent67ebabc16ed97df29c212efc7147b3799f3a15b4
Allow strict mode flag as extraicstate for keyed external array store ic

We currently hit an assertion in computeflags, but the extra_ic_state is used to pass the strict mode flag in.

BUG: 1383
Review URL: http://codereview.chromium.org/7003022

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7847 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/objects-inl.h
test/mjsunit/regress/regress-1383.js [new file with mode: 0644]