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

/macosx-10.10.1/ruby-106/ruby/
H A Diseq.c180 iseq_alloc(VALUE klass) function
439 VALUE self = iseq_alloc(rb_cISeq);
476 VALUE iseqval = iseq_alloc(self);
1902 VALUE newiseq = iseq_alloc(rb_cISeq);
2057 VALUE iseqval = iseq_alloc(rb_cISeq);
2246 rb_define_alloc_func(rb_cISeq, iseq_alloc);

Completed in 5821 milliseconds