Exemplo n.º 1
0
 public XElement Visit(SetSlotOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("setslot").AddSlotIndex(opcode.SlotIndex));
 }
Exemplo n.º 2
0
 public BaseAvm2Opcode Visit(SetSlotOpcode opcode, AbcDataReader arg)
 {
     opcode.SlotIndex = arg.ReadU30();
     return(opcode);
 }