Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
iseq_compile_data_storage Struct Reference

Data Fields

struct iseq_compile_data_storage * next
 
unsigned int pos
 
unsigned int size
 
char buff [FLEX_ARY_LEN]
 

Detailed Description

Definition at line 397 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff[FLEX_ARY_LEN]

Definition at line 401 of file iseq.h.

◆ next

struct iseq_compile_data_storage* iseq_compile_data_storage::next

Definition at line 398 of file iseq.h.

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 399 of file iseq.h.

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 400 of file iseq.h.


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