2.1.128 [ECMA-262/6] Section 23.2.3 Properties of the Set Prototype Object

V0095: The entries, keys, values, and [@@iterator] properties are missing from the Set.prototype object

The specification states:

 23.2.3 Properties of the Set Prototype Object
  
     The Set prototype object is the intrinsic object %SetPrototype%. The value of the 
     [[Prototype]] internal slot of the Set prototype object is the intrinsic object 
     %ObjectPrototype% (19.1.3). The Set prototype object is an ordinary object. It does 
     not have a [[SetData]] internal slot.

IE11 Mode (All versions)

These properties are missing from the Set.prototype object:

    entries (see  23.2.3.5)

    keys (see   23.2.3.8)

    values (see 23.2.3.10)

    @@iterator (see 23.2.3.11)