Back out 97036ab72558 which inappropriately compared turds to third parties.
1 function testMethodInit() { // bug 503198
2 function o() { return 'o'; }
3 function k() { return 'k'; }
6 for (var i = 0; i < 10; i++)
10 assertEq(testMethodInit(), "ok");