Reviewers: Sven, Message: PTAL. This re-lands an improved version of http://codereview.chromium.org/8221002.
Description: Fix special handling of DefineOwnProperty on arrays. According to the ES5 spec the implementation of DefineOwnProperty() has to special case handling of arrays. This implementation correctly handles definitions of array index properties and redefinitions of the length property. [email protected] BUG=v8:1756 TEST=test262 Please review this at http://codereview.chromium.org/8776045/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/v8natives.js M test/test262/test262.status -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
