DescriptionCall accessors in the global object prototype when initializing global
variables.
Make the declaration of global const variables in the presence of
callbacks a redeclaration error.
Handle const context slot declarations conflicting with a CALLBACK as
a redeclaration error. That is, unless it is on a context extension
object which is not a real object and therefore conceptually have no
accessors in prototype chains. Accessors in prototype chains of
context extension objects are explicitly ignored in SetProperty.
Committed: http://code.google.com/p/v8/source/detail?r=6841
Patch Set 1 #
Total comments: 2
Patch Set 2 : Address comment. #
Messages
Total messages: 3 (0 generated)
|