js/src/jit-test/tests/debug/Debugger-findScripts-19.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:b7094293c65e
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;

mercurial