comparison: js/src/jit-test/tests/debug/Debugger-findScripts-01.js
js/src/jit-test/tests/debug/Debugger-findScripts-01.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 // In a debugger with no debuggees, findScripts should return no scripts. |
|
2 |
|
3 var dbg = new Debugger; |
|
4 assertEq(dbg.findScripts().length, 0); |