OP_TESTSET
if (GET_OPCODE(i) != OP_TESTSET) return 1;
if (GET_OPCODE(*i) != OP_TESTSET)
lua_assert(testTMode(GET_OPCODE(*pc)) && GET_OPCODE(*pc) != OP_TESTSET &&
return condjump(fs, OP_TESTSET, NO_REG, e->u.info, cond);
vmcase(OP_TESTSET,