Re: [v8-users] Intent to implement and ship: ArrayBuffer.isView

2013-10-04 Thread Daniel Clifford
Compatibility risk and implementation complexity are low, support appears very high. I think this a good candidate for fast-tracking. Danno On Wed, Oct 2, 2013 at 11:29 AM, Dmitry Lomov wrote: > ArrayBuffer.isView(obj) is a static function that returns boolean > indicating whether the passed

[v8-users] Intent to implement and ship: ArrayBuffer.isView

2013-10-02 Thread Dmitry Lomov
ArrayBuffer.isView(obj) is a static function that returns boolean indicating whether the passed argument is an ArrayBufferView. For ES6, this means either a DataView or one of typed arrays. In spec terms, this is equivalent to argument having a [[ViewedArrayBuffe]] internal data property. I sugge