DescriptionFix Object.freeze for objects with mixed accessors and data properties
The bug in the existing code was that it modified the |attributes|
local variable on its way through the loop in CopyUpToAddAttributes.
But that affected any properties updated after an accessor property.
The code now sets up a mask each time and applies that instead of
mutating |attributes|.
R=verwaest@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=14818
Patch Set 1 #
Total comments: 1
Messages
Total messages: 4 (0 generated)
|