DescriptionWhen redefining accessor properties, defensively copy AccessorPairs.
The previous code relied on the tricky global invariant that there is no map
sharing when accessor properties are involved (or in other words: that
TransformToFastProperties is dumb enough :-). Although this is not a real
problem with the current code, this assumption breaks when map sharing in fast
mode is enabled, so we defensively copy an AccessorPair.
Committed: https://code.google.com/p/v8/source/detail?r=10810
Patch Set 1 #Patch Set 2 : When redefining accessor properties, defensively copy AccessorPairs. #
Messages
Total messages: 2 (0 generated)
|