AS3 parser stub improved

This commit is contained in:
Jindra Petk
2014-03-23 23:03:55 +01:00
parent 851287e550
commit 692ebfaac5
104 changed files with 3087 additions and 2017 deletions

View File

@@ -891,7 +891,7 @@ public class AVM2Code implements Serializable {
writer.hilightSpecial("function ", "traittype");
writer.hilightSpecial(constants.multinameToString(tf.name_index), "traitname");
writer.appendNoHilight(" slotid ");
writer.hilightSpecial("" + tf.slot_index, "slotid");
writer.hilightSpecial("" + tf.slot_id, "slotid");
writer.newLine();
}
if (trait instanceof TraitMethodGetterSetter) {