michael@0: // In a debugger with no debuggees, findScripts should return no scripts. michael@0: michael@0: var dbg = new Debugger; michael@0: assertEq(dbg.findScripts().length, 0);