ISEQ_TYPE_RESCUE  630 compile.c      	  case ISEQ_TYPE_RESCUE:
ISEQ_TYPE_RESCUE  647 compile.c          if (iseq->body->type == ISEQ_TYPE_RESCUE || iseq->body->type == ISEQ_TYPE_ENSURE) {
ISEQ_TYPE_RESCUE 2417 compile.c            case ISEQ_TYPE_RESCUE:
ISEQ_TYPE_RESCUE 4412 compile.c      	if (iseq->body->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE 4435 compile.c      						 ISEQ_TYPE_RESCUE, line);
ISEQ_TYPE_RESCUE 5955 compile.c      	    if (iseq->body->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE 5962 compile.c      		    if (ip->body->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE 6874 compile.c      	       iseq->body->type == ISEQ_TYPE_RESCUE ||
ISEQ_TYPE_RESCUE 1459 eval.c         	    if (cfp->iseq->body->type == ISEQ_TYPE_RESCUE) {
ISEQ_TYPE_RESCUE  526 iseq.c             if (typeid == id_rescue) return ISEQ_TYPE_RESCUE;
ISEQ_TYPE_RESCUE 1827 iseq.c               case ISEQ_TYPE_RESCUE: type = sym_rescue; break;