blob: d5d96ddab680b4016c3f9bb855f8cd7ce6771b12 (
plain)
1
2
3
4
5
6
|
gczeal(9,3);
function test(s, okLine) { };
var dbg = new Debugger;
dbg.onNewGlobalObject = function(global) {};
x = evalcx(test());
shortestPaths(["\$4"], { start: this, maxNumPaths: 5 });
|