Ejemplo n.º 1
0
 public XElement Visit(DeletePropertyOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("deleteproperty").AddName(opcode.Name));
 }
Ejemplo n.º 2
0
 public BaseAvm2Opcode Visit(DeletePropertyOpcode opcode, AbcDataReader arg)
 {
     opcode.Name = _context.GetMultiname(arg.ReadU30(), null);
     return(opcode);
 }