Last active
October 7, 2023 23:18
-
-
Save jorendorff/e2b47b990bb2ee93e51303738fcb5e3e 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
try { | |
var P60 = 2; | |
while (P60 !== 1) { | |
switch (P60) { | |
case 2: | |
(function t90() { | |
var X60 = 2; | |
while (X60 !== 5) { | |
switch (X60) { | |
case 2: | |
debugger; | |
t90(); | |
X60 = 5; | |
break; | |
} | |
} | |
}()); P60 = 1; break; | |
} | |
} | |
} catch (g90) { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment