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

/macosx-10.10/ruby-106/ruby/
H A Diseq.c413 return rb_iseq_new_with_opt(node, name, path, absolute_path, INT2FIX(0), parent, type,
420 return rb_iseq_new_with_opt(node, name, path, absolute_path, INT2FIX(0), parent, ISEQ_TYPE_TOP,
429 return rb_iseq_new_with_opt(node, rb_str_new2("<main>"), path, absolute_path, INT2FIX(0),
451 rb_iseq_new_with_opt(NODE *node, VALUE name, VALUE path, VALUE absolute_path, VALUE first_lineno, function
617 iseqval = rb_iseq_new_with_opt(node, base_block->iseq->location.label,
622 iseqval = rb_iseq_new_with_opt(node, rb_str_new2("<compiled>"), file, absolute_path, line, Qfalse,
724 return rb_iseq_new_with_opt(node, rb_str_new2("<main>"), file,
H A Dvm_core.h645 VALUE rb_iseq_new_with_opt(NODE*, VALUE, VALUE, VALUE, VALUE, VALUE, enum iseq_type, const rb_compile_option_t*);
H A Dcompile.c986 ret = rb_iseq_new_with_opt(node, name,

Completed in 197 milliseconds