Back out 97036ab72558 which inappropriately compared turds to third parties.
1 load(libdir + "asserts.js");
3 // Throw a TypeError if the object refuses to be made non-extensible
4 assertThrowsInstanceOf(function () {
5 Object.preventExtensions(new Proxy({}, {
6 preventExtensions: function () {