abc___rethrow__   510 lib/as3/opcodes.h code_t* abc___rethrow__(code_t*prev);
abc___rethrow__   511 lib/as3/opcodes.h #define __rethrow__(method) (method->code = abc___rethrow__(method->code))
abc___rethrow__  5692 lib/as3/parser.tab.c             (yyval.code) = abc___rethrow__((yyval.code));