DescriptionDon't expose Array.prototype.values as it breaks webcompat
Some versions of Outlook Web Access test for the existence of a 'values'
property on Array instances, so adding the 'values' iterator to the prototype
(even with @@unscopeables) causes breakage.
This matches Gecko: they ship Array.prototype.{keys,entries} but not 'values'.
BUG=409858
LOG=Y
R=arv@chromium.org, danno@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=24706
Patch Set 1 #Patch Set 2 : Fix tests #
Messages
Total messages: 5 (1 generated)
|