%TypedArray%.prototype.includes

2014-12-04 Thread Domenic Denicola
in detail: - https://people.mozilla.org/~jorendorff/es6-draft.html#sec-%typedarray%.prototype.filter - https://people.mozilla.org/~jorendorff/es6-draft.html#sec-%typedarray%.prototype.map I was wondering if anyone knew why, so I can tell which to use as guidance for speccing %TypedArray

Re: %TypedArray%.prototype.includes

2014-12-04 Thread Allen Wirfs-Brock
if anyone knew why, so I can tell which to use as guidance for speccing %TypedArray%.prototype.includes? Because some of the Array.prototype algorithms depend upon of the ability to an Array to dynamically grow its length or other characteristics that are not true of Typed Array instances. A new

RE: %TypedArray%.prototype.includes

2014-12-04 Thread Domenic Denicola
From: Allen Wirfs-Brock [mailto:al...@wirfs-brock.com] Because some of the Array.prototype algorithms depend upon of the ability to an Array to dynamically grow its length or other characteristics that are not true of Typed Array instances. A new algorithm that is appropriate for a Typed