DescriptionFix 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.
R=svenpanne@chromium.org
BUG=v8:1756
TEST=test262
Committed: http://code.google.com/p/v8/source/detail?r=10149
Patch Set 1 #Patch Set 2 : Further fix special handling. #Patch Set 3 : Further fix special handling. #Messages
Total messages: 3 (0 generated)
|