OP_TESTJMP 159 core/compile.c case OP_TESTJMP: OP_TESTJMP 502 core/compile.c PN_ASM2(OP_TESTJMP, breg, 1); OP_TESTJMP 508 core/compile.c PN_ASM2(OP_TESTJMP, breg, 1); OP_TESTJMP 516 core/compile.c PN_ASM2(OP_TESTJMP, reg, 1); OP_TESTJMP 588 core/compile.c PN_ASM2(t->part == AST_AND ? OP_NOTJMP : OP_TESTJMP, reg, 0); OP_TESTJMP 613 core/compile.c PN_ASM2(OP_TESTJMP, breg, 0); OP_TESTJMP 626 core/compile.c PN_ASM2(OP_TESTJMP, breg, 0); OP_TESTJMP 935 core/vm.c if (op.code == OP_JMP || op.code == OP_NOTJMP || op.code == OP_TESTJMP ||