Skip to content

Instantly share code, notes, and snippets.

@syg
Created April 29, 2014 00:05
Show Gist options
  • Save syg/11387544 to your computer and use it in GitHub Desktop.
Save syg/11387544 to your computer and use it in GitHub Desktop.
var g = newGlobal();
var dbg = new Debugger(g);
//g.debuggeeGlobal = this;
//g.eval("(" + function () { dbg = new Debugger(debuggeeGlobal); } + ")();");
g.eval("(" + function() {
for (var i4 = 0; i4 < 16; i4++) {
try {
var pattern = eval("/" + xx + "/");
} catch (e) {
$ERROR('#' + uu + ' ');
}
}
} + ")();");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment