ISEQ_TYPE_EVAL    471 compile.c      	  case ISEQ_TYPE_EVAL:
ISEQ_TYPE_EVAL   3262 compile.c      	else if (iseq->type == ISEQ_TYPE_EVAL) {
ISEQ_TYPE_EVAL   3287 compile.c      		else if (ip->type == ISEQ_TYPE_EVAL) {
ISEQ_TYPE_EVAL   3324 compile.c      	else if (iseq->type == ISEQ_TYPE_EVAL) {
ISEQ_TYPE_EVAL   3345 compile.c      		else if (ip->type == ISEQ_TYPE_EVAL) {
ISEQ_TYPE_EVAL   3375 compile.c      	else if (iseq->type == ISEQ_TYPE_EVAL) {
ISEQ_TYPE_EVAL   3410 compile.c      		else if (ip->type == ISEQ_TYPE_EVAL) {
ISEQ_TYPE_EVAL   5327 compile.c      	       iseq->type == ISEQ_TYPE_EVAL ||
ISEQ_TYPE_EVAL    413 iseq.c         	st_insert(type_map, ID2SYM(rb_intern("eval")), ISEQ_TYPE_EVAL);
ISEQ_TYPE_EVAL    479 iseq.c         				    ISEQ_TYPE_EVAL, &option);
ISEQ_TYPE_EVAL   1059 iseq.c               case ISEQ_TYPE_EVAL:   type = sym_eval;   break;