Ruby 3.4.6p54 (2025-09-16 revision dbd83256b1cec76c69756ecb8758b9e1079833de)
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 300 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff[FLEX_ARY_LEN]

Definition at line 304 of file iseq.h.

◆ next

struct iseq_compile_data_storage* iseq_compile_data_storage::next

Definition at line 301 of file iseq.h.

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 302 of file iseq.h.

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 303 of file iseq.h.


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