On Sun, Feb 22, 2015 at 3:12 PM, Mark S. Miller <erig...@google.com> wrote:

> Array.prototype has reverted to being an empty initially empty exotic
> array object.
> Function.prototype remains a no-op function object.
>

Empty in terms of the indexed properties, and with a .length of 0.
Array.prototype does of course have all the normal methods it always had,
to be inherited by array instances.



>
> All the other X.prototypes remain plain vanilla non-exotic objects.
>
> On Sun, Feb 22, 2015 at 2:33 PM, Isiah Meadows <isiahmead...@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@mozilla.org
>> https://mail.mozilla.org/listinfo/es-discuss
>>
>>
>
>
> --
>     Cheers,
>     --MarkM
>



-- 
    Cheers,
    --MarkM
_______________________________________________
es-discuss mailing list
es-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es-discuss

Reply via email to