comparison: js/src/jit-test/tests/debug/Debugger-findScripts-01.js
js/src/jit-test/tests/debug/Debugger-findScripts-01.js
- branch
- TOR_BUG_3246
- changeset 7
- 129ffea94266
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); |