2.1.115 [ECMA-262/6] Section 22.1.3.30 Array.prototype [ @@iterator ] ( )

V0158: The Array.prototype object does not have an @@iterator property

The specification states:

 22.1.3.30 Array.prototype [ @@iterator ] ( )
  
     The initial value of the @@iterator property is the same function object as the 
     initial value of the Array.prototype.values property.

IE11 Mode (All versions)

The Array.prototype object does not have an @@iterator property.