Back out 97036ab72558 which inappropriately compared turds to third parties.
1 String.prototype.m = function(s) {
2 return this.indexOf('a');
6 return (s + 'asdf').m();
10 return ('asdf' + s).m();
13 var ix = g(new String('abc'));
16 var ix = h(new String('abc'));