Fix bug in context stores, where the store was ignored if there was a
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 24 Mar 2009 08:27:43 +0000 (08:27 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 24 Mar 2009 08:27:43 +0000 (08:27 +0000)
commitd4e66137606a8749e91306002a772ddcd42ab775
tree0760f5959b31014a4c71eae9eb3d93135a68f705
parent96088babe7dc490ca661ab633bd3c621777e016d
Fix bug in context stores, where the store was ignored if there was a
read-only property in the prototype chain.  Stores should only be
ignored if there is a read-only property on the object itself.
Review URL: http://codereview.chromium.org/42508

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1584 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/runtime.cc
test/cctest/test-api.cc
test/mjsunit/getter-in-prototype.js [new file with mode: 0644]
test/mjsunit/with-prototype.js [new file with mode: 0644]