rb_frame_this_func 1407 enumerator.c       ID id = rb_frame_this_func();
rb_frame_this_func 2110 error.c        	     rb_id2str(rb_frame_this_func()));
rb_frame_this_func    7 ext/-test-/bug-3571/bug.c     return ID2SYM(rb_frame_this_func());
rb_frame_this_func  234 include/ruby/intern.h     rb_enumeratorize_with_size((obj), ID2SYM(rb_frame_this_func()), \
rb_frame_this_func  409 include/ruby/intern.h ID rb_frame_this_func(void);
rb_frame_this_func 7894 io.c               return rb_funcall3(ARGF.current_file, rb_frame_this_func(), argc, argv);
rb_frame_this_func 1213 vm_eval.c      		       bl_proc ? IFUNC_NEW(bl_proc, data2, rb_frame_this_func()) : 0,