abc_ifstrictne    282 lib/as3/opcodes.h code_t* abc_ifstrictne(code_t*prev, code_t* label);
abc_ifstrictne    283 lib/as3/opcodes.h #define ifstrictne(method,label) (method->code = abc_ifstrictne(method->code,label))