ISEQ_TYPE_TOP 473 compile.c case ISEQ_TYPE_TOP: ISEQ_TYPE_TOP 4154 compile.c if (is->type == ISEQ_TYPE_TOP || is->type == ISEQ_TYPE_CLASS) { ISEQ_TYPE_TOP 4195 compile.c if (iseq->type == ISEQ_TYPE_TOP || iseq->type == ISEQ_TYPE_CLASS) { ISEQ_TYPE_TOP 114 iseq.c if (type == ISEQ_TYPE_TOP) { ISEQ_TYPE_TOP 130 iseq.c if (type == ISEQ_TYPE_TOP || ISEQ_TYPE_TOP 309 iseq.c return rb_iseq_new_with_opt(node, name, filename, parent, ISEQ_TYPE_TOP, ISEQ_TYPE_TOP 407 iseq.c st_insert(type_map, ID2SYM(rb_intern("top")), ISEQ_TYPE_TOP); ISEQ_TYPE_TOP 483 iseq.c ISEQ_TYPE_TOP, &option); ISEQ_TYPE_TOP 528 iseq.c ISEQ_TYPE_TOP, &option); ISEQ_TYPE_TOP 1053 iseq.c case ISEQ_TYPE_TOP: type = sym_top; break; ISEQ_TYPE_TOP 80 vm.c if (iseq->type != ISEQ_TYPE_TOP) { ISEQ_TYPE_TOP 1365 vm.c volatile VALUE iseqval = rb_iseq_new(0, filename, filename, 0, ISEQ_TYPE_TOP); ISEQ_TYPE_TOP 1911 vm.c volatile VALUE iseqval = rb_iseq_new(0, filename, filename, 0, ISEQ_TYPE_TOP);