abc_findpropstrict  177 lib/as3/opcodes.h code_t* abc_findpropstrict(code_t*prev, char* name);
abc_findpropstrict  178 lib/as3/opcodes.h #define findpropstrict(method,name) (method->code = abc_findpropstrict(method->code,name))