Oliver Hunt (2014-06-16T23:13:17.000Z)
dignifiedquire at gmail.com (2014-06-17T18:13:52.118Z)
`@@unscopeable` doesn't work as they are not using `|with|` The logic is something along the lines of ```js if (foo.entries) ... ``` It looks like there are paths that objects or arrays may path through, with `entries` being a perfectly reasonable property name in the object case, but now the array case hits the entries property on `Array.prototype`