abc_findproperty2  174 lib/as3/opcodes.h code_t* abc_findproperty2(code_t*prev, multiname_t* name);
abc_findproperty2  175 lib/as3/opcodes.h #define findproperty2(method,name) (method->code = abc_findproperty2(method->code,name))