OP_TESTJMP 154 core/compile.c case OP_TESTJMP: OP_TESTJMP 468 core/compile.c PN_ASM2(OP_TESTJMP, breg, 1); OP_TESTJMP 474 core/compile.c PN_ASM2(OP_TESTJMP, breg, 1); OP_TESTJMP 482 core/compile.c PN_ASM2(OP_TESTJMP, reg, 1); OP_TESTJMP 554 core/compile.c PN_ASM2(t->part == AST_AND ? OP_NOTJMP : OP_TESTJMP, reg, 0); OP_TESTJMP 638 core/compile.c PN_ASM2(OP_TESTJMP, breg, 0); OP_TESTJMP 668 core/compile.c PN_ASM2(OP_TESTJMP, breg, 0); OP_TESTJMP 832 core/vm.c if (op.code == OP_JMP || op.code == OP_NOTJMP || op.code == OP_TESTJMP ||