Home
last modified time | relevance | path

Searched refs:rb_source_location (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Deval_error.c40 VALUE sourcefile = rb_source_location(&sourceline); in error_pos_str()
H A Dvariable.c2915 ac->file = rb_source_location(&ac->line); in const_tbl_update()
2958 RB_OBJ_WRITE(klass, &ce->file, rb_source_location(&ce->line)); in setup_const_entry()
H A Dvm.c1332 rb_source_location(int *pline) in rb_source_location() function
1350 VALUE path = rb_source_location(pline); in rb_source_location_cstr()
H A Dvm_eval.c1265 fname = rb_source_location(&line); in eval_make_iseq()
H A Dinternal.h2182 VALUE rb_source_location(int *pline);
H A DChangeLog22431 vm.c (rb_source_location): check for NULL cfp->iseq