Exemplo n.º 1
0
 public XElement Visit(FindPropStrictOpcode opcode, AbcMethodBodyInstruction arg)
 {
     return(new XElement("findpropstrict").AddName(opcode.Name));
 }
Exemplo n.º 2
0
 public BaseAvm2Opcode Visit(FindPropStrictOpcode opcode, AbcDataReader arg)
 {
     opcode.RawName = arg.ReadU30();
     opcode.Name    = _context.GetMultiname(opcode.RawName, null);
     return(opcode);
 }