DescriptionFix special handling of DefineOwnProperty on arrays.
According to the ES5 spec the implementation of DefineOwnProperty() has
to special case handling of arrays. This is a preliminary implementation
correctly handling definition of array index properties, defining length
properties is not completely covered yet.
R=rossberg@chromium.org
TEST=test262
Committed: http://code.google.com/p/v8/source/detail?r=9596
Patch Set 1 #Patch Set 2 : Fix regression in TypeError description. #
Messages
Total messages: 2 (0 generated)
|