예제 #1
0
 public XElement Visit(PushUndefinedOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("pushundefined"));
 }
예제 #2
0
 public BaseAvm2Opcode Visit(PushUndefinedOpcode opcode, AbcDataReader arg)
 {
     return(opcode);
 }