Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
rb_iseq_location_struct Struct Reference

Data Fields

VALUE pathobj
 
VALUE base_label
 
VALUE label
 
int first_lineno
 
int node_id
 
rb_code_location_t code_location
 

Detailed Description

Definition at line 312 of file vm_core.h.

Field Documentation

◆ base_label

VALUE rb_iseq_location_struct::base_label

Definition at line 314 of file vm_core.h.

◆ code_location

rb_code_location_t rb_iseq_location_struct::code_location

Definition at line 318 of file vm_core.h.

◆ first_lineno

int rb_iseq_location_struct::first_lineno

Definition at line 316 of file vm_core.h.

◆ label

VALUE rb_iseq_location_struct::label

Definition at line 315 of file vm_core.h.

◆ node_id

int rb_iseq_location_struct::node_id

Definition at line 317 of file vm_core.h.

◆ pathobj

VALUE rb_iseq_location_struct::pathobj

Definition at line 313 of file vm_core.h.


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