michael@0: // Bug 857050: Remove the timeout function root before shutting down. michael@0: function timeoutfunc() {} michael@0: timeout(1, timeoutfunc); michael@0: var g = newGlobal(); michael@0: var dbg = Debugger(g);