summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/debug/Debugger-findSources-01.js
blob: 4cac711e52dce1b915379abb23ff409ab949151a (plain)
1
2
3
4
// In a debugger with no debuggees, findSources should return no scripts.

const dbg = new Debugger;
assertEq(dbg.findSources().length, 0);