DescriptionFix a bug in Object.defineProperty.
There was a bug in Object.defineProperty when used to add an indexed
property to an arguments object. When converting the elements backing
store to dictionary mode, the parameter map in front of the backing
store does not change.
R=ager@chromium.org,karlklose@chromium.org
Committed: http://code.google.com/p/v8/source/detail?r=8481
Patch Set 1 #
Total comments: 2
Messages
Total messages: 3 (0 generated)
|