DescriptionAdd workaround for redefinition of __proto__ property.
This is a temporary workaround when the __proto__ property is being
redefined (e.g. by Object.freeze()) to not loose the foreign callback.
Once the __proto__ property is a real JavaScript accessor this hack is
no longer necessary. This change also makes __proto__ configurable.
R=rossberg@chromium.org
BUG=v8:2565
TEST=mjsunit/regress/regress-2565
Committed: http://code.google.com/p/v8/source/detail?r=13817
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comments by Andreas Rossberg. #
Messages
Total messages: 5 (0 generated)
|