Ruby 3.2.2p53 (2023-03-30 revision e51014f9c05aa65cbf203442d37fef7c12390015)
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 292 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff

Definition at line 296 of file iseq.h.

◆ next

struct iseq_compile_data_storage * iseq_compile_data_storage::next

Definition at line 293 of file iseq.h.

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 294 of file iseq.h.

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 295 of file iseq.h.


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