comparison: js/src/jit-test/tests/debug/Debugger-findScripts-19.js
js/src/jit-test/tests/debug/Debugger-findScripts-19.js
- branch
- TOR_BUG_9701
- changeset 15
- b8a032363ba2
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; |