Ruby 4.1.0dev (2026-03-06 revision 407dd02c1b52b05ba55a179554b29a14e44a4b82)
Data Fields
iseq_compile_data_storage Struct Reference

Data Fields

struct iseq_compile_data_storagenext
 
unsigned int pos
 
unsigned int size
 
char buff [FLEX_ARY_LEN]
 

Detailed Description

Definition at line 319 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff[FLEX_ARY_LEN]

Definition at line 323 of file iseq.h.

◆ next

struct iseq_compile_data_storage* iseq_compile_data_storage::next

Definition at line 320 of file iseq.h.

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 321 of file iseq.h.

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 322 of file iseq.h.


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