We intend to ship new functions and methods, added in ES2015, for Arrays and TypedArrays unflagged. These functions have been gradually in progress behind the --harmony_arrays flag, with the first functions added in Chrome 29. We intend to ship the new functions unflagged in Chrome 45. Firefox added these methods to TypedArrays and Arrays over the course of versions 25 to 38.
The new TypedArray methods mostly mirror the Array methods, except with a type check that they are only called on TypedArrays and length read from an internal slot, rather than the "length" property. There are some remaining specification compliance issues [1] but we believe they do not affect web compatibility, and their later fixes will not be disruptive. Owners: [email protected] [1] https://code.google.com/p/v8/issues/detail?id=4193 -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
