Back out 97036ab72558 which inappropriately compared turds to third parties.
1 // frame.eval() throws if frame is not live
3 load(libdir + "asserts.js");
6 var dbg = new Debugger(g);
8 dbg.onDebuggerStatement = function (frame) { f = frame; };
10 assertThrowsInstanceOf(function () { f.eval("2 + 2"); }, Error);