Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
rb_iseq_location_struct Struct Reference

#include <vm_core.h>

Data Fields

VALUE path
 
VALUE absolute_path
 
VALUE base_label
 
VALUE label
 
size_t first_lineno
 

Detailed Description

Definition at line 186 of file vm_core.h.

Field Documentation

◆ absolute_path

VALUE rb_iseq_location_struct::absolute_path

◆ base_label

VALUE rb_iseq_location_struct::base_label

Definition at line 189 of file vm_core.h.

Referenced by iseq_base_label(), iseq_location_setup(), iseq_mark(), and prepare_iseq_build().

◆ first_lineno

size_t rb_iseq_location_struct::first_lineno

◆ label

VALUE rb_iseq_location_struct::label

◆ path

VALUE rb_iseq_location_struct::path

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