ISEQ_TYPE_RESCUE  477 compile.c      	  case ISEQ_TYPE_RESCUE:
ISEQ_TYPE_RESCUE  494 compile.c          if (iseq->type == ISEQ_TYPE_RESCUE || iseq->type == ISEQ_TYPE_ENSURE) {
ISEQ_TYPE_RESCUE 3431 compile.c      	if (iseq->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE 3455 compile.c      	    ISEQ_TYPE_RESCUE);
ISEQ_TYPE_RESCUE 4716 compile.c      	    if (iseq->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE 4723 compile.c      		    if (ip->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE 5325 compile.c      	       iseq->type == ISEQ_TYPE_RESCUE ||
ISEQ_TYPE_RESCUE  909 eval.c         	    if (cfp->iseq->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE  411 iseq.c         	st_insert(type_map, ID2SYM(rb_intern("rescue")), ISEQ_TYPE_RESCUE);
ISEQ_TYPE_RESCUE 1057 iseq.c               case ISEQ_TYPE_RESCUE: type = sym_rescue; break;