Fixed: AS3 getslot/setslot, getglobalscope instruction

This commit is contained in:
Jindra Petřík
2021-02-09 22:15:12 +01:00
parent 485dabc2d2
commit fcd39050b7
34 changed files with 473 additions and 178 deletions

View File

@@ -23,14 +23,16 @@ package tests
{
trace("in catch1");
while (true){
trace("xx");
if (a > 5){
break;
}
trace("yy");
}
trace("in catch1c");
}
}
trace("after");
//trace("after");
}