Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <vm_core.h>
Data Fields | |
VALUE | pathobj |
VALUE | base_label |
VALUE | label |
VALUE | first_lineno |
VALUE rb_iseq_location_struct::base_label |
Definition at line 268 of file vm_core.h.
Referenced by rb_iseq_base_label(), rb_iseq_mark(), and rb_iseq_method_name().
VALUE rb_iseq_location_struct::first_lineno |
Definition at line 270 of file vm_core.h.
Referenced by rb_iseq_first_lineno().
VALUE rb_iseq_location_struct::label |
Definition at line 269 of file vm_core.h.
Referenced by rb_iseq_label(), rb_iseq_mark(), and rb_thread_current_status().
VALUE rb_iseq_location_struct::pathobj |
Definition at line 267 of file vm_core.h.
Referenced by rb_iseq_mark(), and rb_iseq_pathobj_set().