OP_NOTJMP         153 core/compile.c       case OP_NOTJMP:
OP_NOTJMP         554 core/compile.c       PN_ASM2(t->part == AST_AND ? OP_NOTJMP : OP_TESTJMP, reg, 0);
OP_NOTJMP         607 core/compile.c           PN_ASM2(OP_NOTJMP, breg, 0);
OP_NOTJMP         641 core/compile.c           PN_ASM2(OP_NOTJMP, breg, 0);
OP_NOTJMP         696 core/compile.c           PN_ASM2(OP_NOTJMP, breg, 0);
OP_NOTJMP         769 core/compile.c             PN_ASM2(OP_NOTJMP, reg, 0);
OP_NOTJMP         832 core/vm.c            if (op.code == OP_JMP || op.code == OP_NOTJMP || op.code == OP_TESTJMP ||