abc_callstatic     57 lib/as3/opcodes.h code_t* abc_callstatic(code_t*prev, abc_method_body_t* m, int v);
abc_callstatic     58 lib/as3/opcodes.h #define callstatic(method,m,v) (method->code = abc_callstatic(method->code,m,v))