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