Ruby 4.1.0dev (2026-09-21 revision 61de3dd727146cfcf24e8051595bb2fb842f37aa)
Data Fields
rb_iseq_location_struct Struct Reference

Data Fields

VALUE pathobj
 
VALUE label
 
int first_lineno
 
int node_id
 
rb_code_location_t code_location
 

Detailed Description

Definition at line 341 of file vm_core.h.

Field Documentation

◆ code_location

rb_code_location_t rb_iseq_location_struct::code_location

Definition at line 346 of file vm_core.h.

◆ first_lineno

int rb_iseq_location_struct::first_lineno

Definition at line 344 of file vm_core.h.

◆ label

VALUE rb_iseq_location_struct::label

Definition at line 343 of file vm_core.h.

◆ node_id

int rb_iseq_location_struct::node_id

Definition at line 345 of file vm_core.h.

◆ pathobj

VALUE rb_iseq_location_struct::pathobj

Definition at line 342 of file vm_core.h.


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