DescriptionThe repair previously used assignment, which could trigger setters.
I overlooked this when writing the repair because I was thinking
about the hazard of the second argument (specified properties) but
not the first (existing prototype with properties).
Now we use defineProperty, which is guaranteed not to touch the
prototype.
@r5682
Patch Set 1 #
MessagesTotal messages: 2
|
|||||||||||||||||||