Back out 97036ab72558 which inappropriately compared turds to third parties.
2 // Debugger.Script throws when applied as a constructor.
4 load(libdir + 'asserts.js');
6 assertThrowsInstanceOf(function() { Debugger.Script(); }, TypeError);
7 assertThrowsInstanceOf(function() { new Debugger.Script(); }, TypeError);