Created
April 29, 2014 00:05
-
-
Save syg/11387544 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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