Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function MyConstructor(i)
5 MyConstructor.prototype.toString = function() {return this.i + ""};
10 for (var i = 0; i < 10; i++)
11 a[i] = new MyConstructor(i);
14 assertEq(newTest(), "0123456789");