Ruby 3.3.0p0 (2023-12-25 revision 5124f9ac7513eb590c37717337c430cb93caa151)
Data Fields
rb_iseq_constant_body::iseq_insn_info Struct Reference

Data Fields

const struct iseq_insn_info_entrybody
 
unsigned int * positions
 
unsigned int size
 

Detailed Description

Definition at line 457 of file vm_core.h.

Field Documentation

◆ body

const struct iseq_insn_info_entry* rb_iseq_constant_body::iseq_insn_info::body

Definition at line 458 of file vm_core.h.

◆ positions

unsigned int* rb_iseq_constant_body::iseq_insn_info::positions

Definition at line 459 of file vm_core.h.

◆ size

unsigned int rb_iseq_constant_body::iseq_insn_info::size

Definition at line 460 of file vm_core.h.


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