2.1.124 [ECMA-262/6] Section 22.2.7 Properties of TypedArray Instances

V0091: TypedArray instances have own properties that should instead be on %TypedArrayPrototype% or TypedArray.prototype

The specification states:

 22.2.7 Properties of TypedArray Instances
  
     TypedArray instances are Integer Indexed exotic objects. Each TypedArray instance 
     inherits properties from the corresponding TypedArray prototype object. Each 
     TypedArray instance has the following internal slots: [[TypedArrayName]], 
     [[ViewedArrayBuffer]], [[ByteLength]], [[ByteOffset]], and [[ArrayLength]].

IE11 Mode (All versions)

TypedArray instances have these own properties that should instead be on %TypedArrayPrototype% or TypedArray.prototype:

    BYTES_PER_ELEMENT

    buffer

    byteLength

    byteOffset