DescriptionFix bug in deletion of indexed properties
The delete operator always return true in case of indexed property. It
should return false if an indexed property can't be deleted (eg.
DontDelete attribute is set or a string object is the holder).
Contributed by Peter Varga <pvarga@inf.u-szeged.hu>
BUG=none
TEST=mjsunit/delete-non-configurable
Committed: https://code.google.com/p/v8/source/detail?r=12736
Patch Set 1 #Patch Set 2 : Replace api test by mjsunit test #
Total comments: 4
Messages
Total messages: 8 (0 generated)
|