Exemple #1
0
 public XElement Visit(ConstructSuperOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("constructsuper").AddArgsCount(opcode.ArgCount));
 }
Exemple #2
0
 public BaseAvm2Opcode Visit(ConstructSuperOpcode opcode, AbcDataReader arg)
 {
     opcode.ArgCount = arg.ReadU30();
     return(opcode);
 }