Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
ibf_load Struct Reference

Data Fields

const char * buff
 
const struct ibf_headerheader
 
IDid_list
 
VALUE iseq_list
 
VALUE obj_list
 
VALUE loader_obj
 
VALUE str
 
rb_iseq_tiseq
 

Detailed Description

Definition at line 7666 of file compile.c.

Field Documentation

◆ buff

const char* ibf_load::buff

Definition at line 7667 of file compile.c.

◆ header

const struct ibf_header* ibf_load::header

Definition at line 7668 of file compile.c.

◆ id_list

ID* ibf_load::id_list

Definition at line 7669 of file compile.c.

◆ iseq

rb_iseq_t* ibf_load::iseq

Definition at line 7674 of file compile.c.

Referenced by ibf_load_iseq_complete(), and iseq_ibf_load().

◆ iseq_list

VALUE ibf_load::iseq_list

Definition at line 7670 of file compile.c.

◆ loader_obj

VALUE ibf_load::loader_obj

Definition at line 7672 of file compile.c.

◆ obj_list

VALUE ibf_load::obj_list

Definition at line 7671 of file compile.c.

◆ str

VALUE ibf_load::str

Definition at line 7673 of file compile.c.


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