Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_iseq_location_struct Struct Reference

#include <vm_core.h>

Data Fields

VALUE pathobj
 
VALUE base_label
 
VALUE label
 
VALUE first_lineno
 

Detailed Description

Definition at line 266 of file vm_core.h.

Field Documentation

◆ base_label

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().

◆ first_lineno

VALUE rb_iseq_location_struct::first_lineno

Definition at line 270 of file vm_core.h.

Referenced by rb_iseq_first_lineno().

◆ label

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().

◆ pathobj

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().


The documentation for this struct was generated from the following file: