mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 07:00:45 +00:00
AS2:Fixed Ifs, Added For..in, better Functions
This commit is contained in:
@@ -16,7 +16,7 @@ public class ActionInitArray extends Action {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void translate(Stack<TreeItem> stack, ConstantPool constants, List<TreeItem> output) {
|
||||
public void translate(Stack<TreeItem> stack, ConstantPool constants, List<TreeItem> output, java.util.HashMap<Integer,String> regNames) {
|
||||
long numArgs = popLong(stack);
|
||||
List<TreeItem> args = new ArrayList<TreeItem>();
|
||||
for (int l = 0; l < numArgs; l++) {
|
||||
|
||||
Reference in New Issue
Block a user