DescriptionMake __proto__ a real JavaScript accessor property.
This turns the __proto__ callback from a foreign callback into a real
JavaScript accessor. It makes the accessor behavior of this property
explicit.
R=rossberg@chromium.org
BUG=v8:1949, v8:2606
TEST=mjsunit/regress/regress-2606
Committed: http://code.google.com/p/v8/source/detail?r=14139
Patch Set 1 #Patch Set 2 : Add regression test for issue 2606. #
Total comments: 4
Patch Set 3 : Addressed comments by Andreas Rossberg. #Patch Set 4 : Fix another corner case. #Patch Set 5 : Add poisoning of the property descriptor. #
Total comments: 2
Patch Set 6 : Addressed moar comments by Andreas Rossberg. #
Messages
Total messages: 6 (0 generated)
|