DescriptionFix bug in Object.isFrozen which always classifies non-extensible objects as frozen.
Since out internal representation of a property descriptor does not have configurable and writable
attributes Object.isFrozen returns true whenever an object is not extensible.
This change makes use of the right method calls on our internal representation (isWritable() and
isConfigurable()). Tests added directly to the mjsunit test.
Committed: http://code.google.com/p/v8/source/detail?r=5068
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|