2.1.88 [ECMA-262/6] Section 21.1.3.27 String.prototype @@iterator

V0141: The @@iterator method is not present on String.prototype

The specification states:

 21.1.3.27 String.prototype [ @@iterator ]( )
  
     When the @@iterator method is called it returns an Iterator object (25.1.1.2) that 
     iterates over the code points of a String value, returning each code point as a 
     String value. ...
  
         ...
  
     The value of the name property of this function is "[Symbol.iterator]".

IE11 Mode (All versions)

The @@iterator method is not present on String.prototype.