AS3 p-code more RAbcDasm like

- get/setlocal_x renamed to get/setlocalx
- QName casing changed from Qname

Better increment/decrement detection, chained assignments.
This commit is contained in:
Jindra Petřík
2021-01-26 21:12:34 +01:00
parent 90bf2057fe
commit 98c2b1eba9
53 changed files with 1245 additions and 376 deletions

View File

@@ -601,4 +601,8 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
return 0;
}
public boolean isIdentical(GraphTargetItem other) {
return this == other;
}
}