DVM_JUMP_IF_FALSE  537 compiler/generate.c     generate_code(ob, expr->line_number, DVM_JUMP_IF_FALSE, false_label);
DVM_JUMP_IF_FALSE  844 compiler/generate.c 		  DVM_JUMP_IF_FALSE, if_false_label);
DVM_JUMP_IF_FALSE  855 compiler/generate.c 		      DVM_JUMP_IF_FALSE, if_false_label);
DVM_JUMP_IF_FALSE  885 compiler/generate.c 		  DVM_JUMP_IF_FALSE,
DVM_JUMP_IF_FALSE  917 compiler/generate.c 		      DVM_JUMP_IF_FALSE,
DVM_JUMP_IF_FALSE 1129 compiler/generate.c 	    || ob->code[i] == DVM_JUMP_IF_FALSE) {
DVM_JUMP_IF_FALSE 1034 dvm/execute.c  	case DVM_JUMP_IF_FALSE: