DescriptionFixes issue 712 causing non-configurable accessors to be overwritable by using
Object.defineProperty with empty property descriptor.
The issue is fixed by implementing step 5 and 6 from DefineOwnProperty in the
specification (ES5 8.12.9).
This also fixes a bug in SameValue when used on boolean values (it
would priorly return a number - not a boolean).
Committed: http://code.google.com/p/v8/source/detail?r=4708
Patch Set 1 #
Total comments: 12
Patch Set 2 : '' #Patch Set 3 : '' #
Total comments: 4
Messages
Total messages: 6 (0 generated)
|