Home
last modified time | relevance | path

Searched refs:abc_callmethod (Results 1 – 2 of 2) sorted by path

/dports/graphics/swftools/swftools-0.9.2/lib/as3/
H A Dopcodes.c55 code_t* abc_callmethod(code_t*prev, abc_method_t* m, int v) in abc_callmethod() function
H A Dopcodes.h36 code_t* abc_callmethod(code_t*prev, abc_method_t* m, int v);
37 #define callmethod(method,m,v) (method->code = abc_callmethod(method->code,m,v))