Ruby 4.1.0dev (2026-09-05 revision a946c1bd8e5e7e03e938fe5bb4df942affa95ec6)
Data Fields
rb_iseq_constant_body::iseq_insn_info Struct Reference

Data Fields

const struct iseq_insn_info_entrybody
 
union { 
 
   unsigned int *   positions 
 
positions_or_succ_index_table 
 
unsigned int size
 

Detailed Description

Definition at line 514 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 515 of file vm_core.h.

◆ positions

unsigned int* rb_iseq_constant_body::iseq_insn_info::positions

Definition at line 517 of file vm_core.h.

◆ size

unsigned int rb_iseq_constant_body::iseq_insn_info::size

Definition at line 522 of file vm_core.h.


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