Back out 97036ab72558 which inappropriately compared turds to third parties.
2 var g = new Function();
6 assertEq(f.__proto__, g.__proto__);
7 assertEq(g.__proto__, h.__proto__);
8 assertEq(false, "Function" in this);
10 reportCompare("ok", "ok", "bug 569306");