Reviewers: Lasse Reichstein, Description: Change calls to undefined property setters to not throw (fixes issue 1355).
We currently throw when there is only a getter defined on the property, but this should only be the case in strict mode. Please review this at http://codereview.chromium.org/7064027/ SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/objects.h M src/objects.cc M test/mjsunit/getter-in-prototype.js M test/mjsunit/indexed-accessors.js A test/mjsunit/regress/regress-1355.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
