Thu, 15 Jan 2015 15:55:04 +0100
Back out 97036ab72558 which inappropriately compared turds to third parties.
1 h = Function("a", "b", "c", "...rest", "return rest.toString();");
2 assertEq(h.length, 3);
3 assertEq(h(1, 2, 3, 4, 5), "4,5");