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

/macosx-10.9.5/ruby-104/ruby/ext/-test-/bug-3571/
H A Dbug.c7 return ID2SYM(rb_frame_this_func());
/macosx-10.9.5/ruby-104/ruby/
H A Dstruct.c114 return rb_struct_getmember(obj, rb_frame_this_func());
164 if (rb_id_attrset(SYM2ID(slot)) == rb_frame_this_func()) {
168 rb_name_error(rb_frame_this_func(), "`%s' is not a struct member",
169 rb_id2name(rb_frame_this_func()));
H A Deval.c902 rb_frame_this_func(void) function
H A Denumerator.c1331 ID id = rb_frame_this_func();
H A Derror.c1830 rb_id2name(rb_frame_this_func()));
H A Dvm_eval.c1040 node->nd_aid = rb_frame_this_func();
H A Dthread.c4678 VALUE sym = ID2SYM(rb_frame_this_func());
4775 VALUE symname = rb_inspect(ID2SYM(rb_frame_this_func()));
H A Dvariable.c2237 QUOTE_ID(rb_frame_this_func()));
H A Dio.c7614 return rb_funcall3(ARGF.current_file, rb_frame_this_func(), argc, argv);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h217 return rb_enumeratorize_with_size((obj), ID2SYM(rb_frame_this_func()),\
369 ID rb_frame_this_func(void);

Completed in 276 milliseconds