Home
last modified time | relevance | path

Searched refs:rb_sourcefile (Results 1 – 7 of 7) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dutil_spec.c59 return rb_str_new2(rb_sourcefile()); in util_spec_rb_sourcefile()
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dutil_spec.rb191 @o.rb_sourcefile.should == __FILE__
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h319 const char *rb_sourcefile(void);
/dports/lang/ruby26/ruby-2.6.9/
H A Dvariable.c2415 src = rb_sourcefile(); in rb_autoload_load()
H A Dvm.c1303 rb_sourcefile(void) in rb_sourcefile() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-YARV4541 add rb_sourcefile(), rb_sourceline(),
H A DChangeLog-1.9.332198 should skip rb_str_new2() if rb_sourcefile() returns NULL.
32199 rb_sourcefile() returns NULL if frame is toplevel of Fiber.
63619 fix to use rb_sourcefile/line() instead of ruby_sourcefile/line.
64961 rb_sourcefile().