abc_callsuper      60 lib/as3/opcodes.h code_t* abc_callsuper(code_t*prev, char* name, int v);
abc_callsuper      61 lib/as3/opcodes.h #define callsuper(method,name,v) (method->code = abc_callsuper(method->code,name,v))