abc_throw 492 lib/as3/opcodes.h code_t* abc_throw(code_t*prev); abc_throw 493 lib/as3/opcodes.h #define throw(method) (method->code = abc_throw(method->code)) abc_throw 5721 lib/as3/parser.tab.c (yyval.code)=abc_throw((yyval.code)); abc_throw 5739 lib/as3/parser.tab.c (yyval.code)=abc_throw((yyval.code));