abc_iflt 261 lib/as3/opcodes.h code_t* abc_iflt(code_t*prev, code_t* label); abc_iflt 262 lib/as3/opcodes.h #define iflt(method,label) (method->code = abc_iflt(method->code,label))