DescriptionMoved access checks out of Dictionary class.
The checks were at the wrong abstraction level, JSObject is the right place for
this check. Note that other uses of ValueAtPut either don't need a check at all
(like the one used for copying boilerplate) or do the check for themselves.
Committed: https://code.google.com/p/v8/source/detail?r=10741
Patch Set 1 #Patch Set 2 : Improved comment a bit. #
Total comments: 2
Patch Set 3 : Added whitespace. #Messages
Total messages: 3 (0 generated)
|