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

var dbg = new Debugger;
assertEq(dbg.findScripts().length, 0);