15.7.4.1 v = Number.prototype.valueOf; o = new String('Infinity'); o.valueOf = v; o.valueOf() PASSED!
