ISEQ_TYPE_TOP 626 compile.c case ISEQ_TYPE_TOP: ISEQ_TYPE_TOP 5343 compile.c if (is->body->type == ISEQ_TYPE_TOP) { ISEQ_TYPE_TOP 5384 compile.c if (iseq->body->type == ISEQ_TYPE_TOP) { ISEQ_TYPE_TOP 242 iseq.c if (type == ISEQ_TYPE_TOP) { ISEQ_TYPE_TOP 446 iseq.c return rb_iseq_new_with_opt(node, name, path, absolute_path, INT2FIX(0), parent, ISEQ_TYPE_TOP, ISEQ_TYPE_TOP 522 iseq.c if (typeid == id_top) return ISEQ_TYPE_TOP; ISEQ_TYPE_TOP 616 iseq.c const enum iseq_type type = parent ? ISEQ_TYPE_EVAL : ISEQ_TYPE_TOP; ISEQ_TYPE_TOP 841 iseq.c line, NULL, ISEQ_TYPE_TOP, &option)); ISEQ_TYPE_TOP 1823 iseq.c case ISEQ_TYPE_TOP: type = sym_top; break; ISEQ_TYPE_TOP 190 prelude.c NULL, ISEQ_TYPE_TOP, &optimization)); ISEQ_TYPE_TOP 348 vm.c if (iseq->body->type != ISEQ_TYPE_TOP) { ISEQ_TYPE_TOP 1957 vm.c const rb_iseq_t *iseq = rb_iseq_new(0, filename, filename, Qnil, 0, ISEQ_TYPE_TOP); ISEQ_TYPE_TOP 2921 vm.c const rb_iseq_t *iseq = rb_iseq_new(0, filename, filename, Qnil, 0, ISEQ_TYPE_TOP);