Back out 97036ab72558 which inappropriately compared turds to third parties.
1 // Check that an onExceptionUnwind hook can force a frame to return a value early.
5 dbg.onExceptionUnwind = function (frame, exc) {
6 return { return:"sproon" };
8 g.eval("function f() { throw 'ksnife'; }");
9 assertEq(g.f(), "sproon");