Mark S. Miller (2015-02-22T23:12:30.000Z)
Array.prototype has reverted to being an empty initially empty exotic array
object.
Function.prototype remains a no-op function object.

All the other X.prototypes remain plain vanilla non-exotic objects.

On Sun, Feb 22, 2015 at 2:33 PM, Isiah Meadows <isiahmeadows at gmail.com>
wrote:

> Is Array.prototype an exotic Array Instance? Or is it still a standard
> exotic object? This is somewhat relevant to V8 bug 3890
> <https://code.google.com/p/v8/issues/detail?id=3890>, which is targeted
> at implementing that change.
>
> --
> Isiah Meadows
>
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
>
>


-- 
    Cheers,
    --MarkM
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.mozilla.org/pipermail/es-discuss/attachments/20150222/c6cf60a1/attachment.html>
d at domenic.me (2015-03-06T00:32:45.580Z)
Array.prototype has reverted to being an empty initially empty exotic array
object.
Function.prototype remains a no-op function object.

All the other X.prototypes remain plain vanilla non-exotic objects.