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