2.1.83 [ECMA-262/6] Section 21.1.3.14 String.prototype.replace (searchValue, replaceValue )

V0136: @@replace is not implemented

The specification states:

 21.1.3.14 String.prototype.replace (searchValue, replaceValue )
  
     When the replace method is called with arguments searchValue and replaceValue the 
     following steps are taken:
  
         ...
         3.  If searchValue is neither undefined nor null, then
            a. Let replacer be GetMethod(searchValue, @@replace).
            b. ReturnIfAbrupt(replacer).
            c. If replacer is not undefined, then
               i.   Return Call(replacer, searchValue, «O, replaceValue»).

IE11 Mode (All versions)

@@replace is not implemented.