Back out 97036ab72558 which inappropriately compared turds to third parties.
2 * Any copyright is dedicated to the Public Domain.
3 * http://creativecommons.org/licenses/publicdomain/
6 var b = Object.create(Array.prototype);
8 assertEq(b.length, 12);
10 reportCompare(true,true);