Back out 97036ab72558 which inappropriately compared turds to third parties.
3 load(libdir + "asserts.js");
5 assertThrowsInstanceOf(function () {
6 Math.max(NaN, { valueOf: function () { throw new Error() } });
9 assertThrowsInstanceOf(function () {
10 Math.min(NaN, { valueOf: function () { throw new Error() } });