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

/macosx-10.9.5/ruby-104/ruby/
H A Diseq.c1719 VALUE arg_opt_labels = rb_ary_new(); local
1723 rb_ary_push(arg_opt_labels,
1733 rb_ary_push(args, arg_opt_labels);
H A Dcompile.c5784 VALUE arg_opt_labels = CHECK_ARRAY(rb_ary_entry(args, i++)); local
5796 iseq->arg_opts = RARRAY_LENINT(arg_opt_labels);
5812 for (i=0; i<RARRAY_LEN(arg_opt_labels); i++) {
5815 rb_ary_entry(arg_opt_labels, i));

Completed in 122 milliseconds