Searched refs:stop_exc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Denumerator.c121 VALUE stop_exc; member in struct:enumerator
152 rb_gc_mark(ptr->stop_exc);
286 ptr->stop_exc = Qfalse;
585 e->stop_exc = rb_exc_new2(rb_eStopIteration, "iteration reached an end");
586 rb_ivar_set(e->stop_exc, id_result, result);
604 if (e->stop_exc)
605 rb_exc_raise(e->stop_exc);
614 if (e->stop_exc) {
619 rb_exc_raise(e->stop_exc);
870 e->stop_exc
[all...]

Completed in 69 milliseconds