Skip to content

Instantly share code, notes, and snippets.

@jorendorff
Last active October 7, 2023 23:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jorendorff/e2b47b990bb2ee93e51303738fcb5e3e to your computer and use it in GitHub Desktop.
Save jorendorff/e2b47b990bb2ee93e51303738fcb5e3e to your computer and use it in GitHub Desktop.
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