DescriptionMake sure that we do not call is_extensible on the global proxy.
When calling Object.isExtensible we did not do a check for the global
js proxy. This caused the check on the extensible bit on the map to
return true, even when the bit was set to false on the global js
object.
Committed: http://code.google.com/p/v8/source/detail?r=6677
Patch Set 1 #
Total comments: 6
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|