Array detection (was Re: Final iterator spec)
Allen Wirfs-Brock
allen at wirfs-brock.com
Sun Mar 2 15:18:51 PST 2014
On Mar 2, 2014, at 10:58 AM, Peter van der Zee wrote:
>> Depends upon what you mean by "Array detection". If you mean is obj an "exotic array object (ie, an object that automatically updates the length property value as integer indexed properties are added or deleted) then Array.isArray(obj) detects exactly that.
>
> Okay cool. Is there merit in consistency for this? Iterators getting
> an `isIterator()` method perhaps?
They're really different kinds of tests at a low very. Plus, there is not Iterator object to hang such a method off of.
Allen
More information about the es-discuss
mailing list