ISEQ_TYPE_EVAL 624 compile.c case ISEQ_TYPE_EVAL: ISEQ_TYPE_EVAL 4237 compile.c else if (iseq->body->type == ISEQ_TYPE_EVAL) { ISEQ_TYPE_EVAL 4261 compile.c else if (ip->body->type == ISEQ_TYPE_EVAL) { ISEQ_TYPE_EVAL 4303 compile.c else if (iseq->body->type == ISEQ_TYPE_EVAL) { ISEQ_TYPE_EVAL 4324 compile.c else if (ip->body->type == ISEQ_TYPE_EVAL) { ISEQ_TYPE_EVAL 4357 compile.c else if (iseq->body->type == ISEQ_TYPE_EVAL) { ISEQ_TYPE_EVAL 4391 compile.c else if (ip->body->type == ISEQ_TYPE_EVAL) { ISEQ_TYPE_EVAL 6876 compile.c iseq->body->type == ISEQ_TYPE_EVAL || ISEQ_TYPE_EVAL 528 iseq.c if (typeid == id_eval) return ISEQ_TYPE_EVAL; ISEQ_TYPE_EVAL 616 iseq.c const enum iseq_type type = parent ? ISEQ_TYPE_EVAL : ISEQ_TYPE_TOP; ISEQ_TYPE_EVAL 1829 iseq.c case ISEQ_TYPE_EVAL: type = sym_eval; break; ISEQ_TYPE_EVAL 892 vm.c iseq = rb_iseq_new(node, base_iseq->body->location.label, path, path, base_iseq, ISEQ_TYPE_EVAL);