Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
ibf_load Struct Reference

Data Fields

const struct ibf_headerheader
 
VALUE iseq_list
 
struct ibf_load_buffer global_buffer
 
VALUE loader_obj
 
rb_iseq_tiseq
 
VALUE str
 
struct ibf_load_buffercurrent_buffer
 

Detailed Description

Definition at line 9961 of file compile.c.

Field Documentation

◆ current_buffer

struct ibf_load_buffer* ibf_load::current_buffer

Definition at line 9968 of file compile.c.

◆ global_buffer

struct ibf_load_buffer ibf_load::global_buffer

Definition at line 9964 of file compile.c.

◆ header

const struct ibf_header* ibf_load::header

Definition at line 9962 of file compile.c.

◆ iseq

rb_iseq_t* ibf_load::iseq

Definition at line 9966 of file compile.c.

Referenced by rb_ibf_load_iseq_complete(), rb_iseq_ibf_load(), and rb_iseq_ibf_load_bytes().

◆ iseq_list

VALUE ibf_load::iseq_list

Definition at line 9963 of file compile.c.

◆ loader_obj

VALUE ibf_load::loader_obj

◆ str

VALUE ibf_load::str

Definition at line 9967 of file compile.c.


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