ISEQ_TYPE_BLOCK 435 compile.c case ISEQ_TYPE_BLOCK: { ISEQ_TYPE_BLOCK 470 compile.c case ISEQ_TYPE_BLOCK: ISEQ_TYPE_BLOCK 1170 compile.c if (iseq->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 2733 compile.c if (ip->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 3212 compile.c ISEQ_TYPE_BLOCK); ISEQ_TYPE_BLOCK 3221 compile.c ISEQ_TYPE_BLOCK); ISEQ_TYPE_BLOCK 3253 compile.c else if (iseq->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 3283 compile.c else if (ip->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 3342 compile.c else if (ip->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 3407 compile.c else if (ip->type == ISEQ_TYPE_BLOCK) { ISEQ_TYPE_BLOCK 4757 compile.c VALUE block = NEW_CHILD_ISEQVAL(node->nd_body, make_name_for_block(iseq), ISEQ_TYPE_BLOCK); ISEQ_TYPE_BLOCK 4850 compile.c VALUE block = NEW_CHILD_ISEQVAL(node->nd_body, make_name_for_block(iseq), ISEQ_TYPE_BLOCK); ISEQ_TYPE_BLOCK 5324 compile.c while (iseq->type == ISEQ_TYPE_BLOCK || ISEQ_TYPE_BLOCK 409 iseq.c st_insert(type_map, ID2SYM(rb_intern("block")), ISEQ_TYPE_BLOCK); ISEQ_TYPE_BLOCK 1055 iseq.c case ISEQ_TYPE_BLOCK: type = sym_block; break; ISEQ_TYPE_BLOCK 1265 vm_insnhelper.c if (cfp->iseq->type != ISEQ_TYPE_BLOCK) {