Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
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 489 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 490 of file vm_core.h.

◆ positions

unsigned int* rb_iseq_constant_body::iseq_insn_info::positions

Definition at line 491 of file vm_core.h.

◆ size

unsigned int rb_iseq_constant_body::iseq_insn_info::size

Definition at line 492 of file vm_core.h.


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