blob: 99eae18925044c4d455f865febf6c1599722fdfb [file] [log] [blame]
// Bug 857050: Remove the timeout function root before shutting down.
function timeoutfunc() {}
timeout(1, timeoutfunc);
var g = newGlobal();
var dbg = Debugger(g);