Example #1
0
 public XElement Visit(SetGlobalSlotOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("setglobalslope").AddSlotIndex(opcode.SlotIndex));
 }
Example #2
0
 public BaseAvm2Opcode Visit(SetGlobalSlotOpcode opcode, AbcDataReader arg)
 {
     opcode.SlotIndex = arg.ReadU30();
     return(opcode);
 }