abc_getsuper2     231 lib/as3/opcodes.h code_t* abc_getsuper2(code_t*prev, multiname_t* name);
abc_getsuper2     232 lib/as3/opcodes.h #define getsuper2(method,name) (method->code = abc_getsuper2(method->code,name))
abc_getsuper2    8479 lib/as3/parser.tab.c               v.c = abc_getsuper2(v.c, &m);