Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
Data Fields
iseq_compile_data_storage Struct Reference

#include <iseq.h>

Data Fields

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

Detailed Description

Definition at line 274 of file iseq.h.

Field Documentation

◆ buff

char iseq_compile_data_storage::buff

Definition at line 278 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage().

◆ next

struct iseq_compile_data_storage * iseq_compile_data_storage::next

Definition at line 275 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage().

◆ pos

unsigned int iseq_compile_data_storage::pos

Definition at line 276 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage().

◆ size

unsigned int iseq_compile_data_storage::size

Definition at line 277 of file iseq.h.

Referenced by rb_iseq_mark_insn_storage().


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