comparison: js/src/jit-test/tests/debug/Debugger-findScripts-19.js
js/src/jit-test/tests/debug/Debugger-findScripts-19.js
- changeset 0
- 6474c204b198
equal
deleted
inserted
replaced
|
1 var g = newGlobal(); |
|
2 var dbg = new Debugger(g); |
|
3 try { g.eval('function drag(ev) {'); } catch (ex) { } |
|
4 for (s of dbg.findScripts()) |
|
5 s.lineCount; |