DescriptionMove extensibility check to the top of Object.isFrozen/Object.isSealed
This speeds up isFrozen/isSealed checks on "normal" objects without
slowing down checks on frozen/sealed objects.
Though this ordering is not what ES5 specifies, the difference is not
observable (especially since the code bails out if the passed-in object
is a proxy).
Committed: https://code.google.com/p/v8/source/detail?r=13726
Patch Set 1 #Patch Set 2 : Call %IsExtensible directly #Messages
Total messages: 3 (0 generated)
|