abc_newcatch      363 lib/as3/opcodes.h code_t* abc_newcatch(code_t*prev, int v);
abc_newcatch      364 lib/as3/opcodes.h #define newcatch(method,v) (method->code = abc_newcatch(method->code,v))