Oliver Hunt (2014-06-16T23:08:35.000Z)
It turns out there are a number of sites (such as mobile.twitter.com) that are property detecting .entries on objects, and that means that they're breaking when Array.prototype.entries is provided.

We're removing it from JSC now, until we can find a way to expose it without causing site breakage, although this does seem like fixing it would require bringing back the awful "pretend that you're undefined" horror.

--Oliver

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20140616/e851438a/attachment.html>
dignifiedquire at gmail.com (2014-06-17T18:12:56.081Z)
It turns out there are a number of sites (such as mobile.twitter.com) that are property detecting `.entries` on objects, and that means that they're breaking when `Array.prototype.entries` is provided.

We're removing it from JSC now, until we can find a way to expose it without causing site breakage, although this does seem like fixing it would require bringing back the awful "pretend that you're undefined" horror.