Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
iseq_compile_data Struct Reference

#include <iseq.h>

Data Fields

const VALUE err_info
 
VALUE mark_ary
 
const VALUE catch_table_ary
 
struct iseq_label_datastart_label
 
struct iseq_label_dataend_label
 
struct iseq_label_dataredo_label
 
const rb_iseq_tcurrent_block
 
VALUE ensure_node
 
VALUE for_iseq
 
struct iseq_compile_data_ensure_node_stackensure_node_stack
 
int loopval_popped
 
int cached_const
 
struct iseq_compile_data_storagestorage_head
 
struct iseq_compile_data_storagestorage_current
 
int last_line
 
int last_coverable_line
 
int label_no
 
int node_level
 
unsigned int ci_index
 
unsigned int ci_kw_index
 
const rb_compile_option_toption
 
struct rb_id_table * ivar_cache_table
 

Detailed Description

Definition at line 191 of file iseq.h.

Field Documentation

◆ cached_const

int iseq_compile_data::cached_const

Definition at line 206 of file iseq.h.

◆ catch_table_ary

const VALUE iseq_compile_data::catch_table_ary

Definition at line 195 of file iseq.h.

Referenced by rb_iseq_mark().

◆ ci_index

unsigned int iseq_compile_data::ci_index

Definition at line 213 of file iseq.h.

◆ ci_kw_index

unsigned int iseq_compile_data::ci_kw_index

Definition at line 214 of file iseq.h.

◆ current_block

const rb_iseq_t* iseq_compile_data::current_block

Definition at line 201 of file iseq.h.

◆ end_label

struct iseq_label_data* iseq_compile_data::end_label

Definition at line 199 of file iseq.h.

◆ ensure_node

VALUE iseq_compile_data::ensure_node

Definition at line 202 of file iseq.h.

◆ ensure_node_stack

struct iseq_compile_data_ensure_node_stack* iseq_compile_data::ensure_node_stack

Definition at line 204 of file iseq.h.

◆ err_info

const VALUE iseq_compile_data::err_info

Definition at line 193 of file iseq.h.

Referenced by cleanup_iseq_build(), prepare_iseq_build(), and rb_iseq_mark().

◆ for_iseq

VALUE iseq_compile_data::for_iseq

Definition at line 203 of file iseq.h.

◆ ivar_cache_table

struct rb_id_table* iseq_compile_data::ivar_cache_table

Definition at line 216 of file iseq.h.

Referenced by compile_data_free().

◆ label_no

int iseq_compile_data::label_no

Definition at line 211 of file iseq.h.

◆ last_coverable_line

int iseq_compile_data::last_coverable_line

Definition at line 210 of file iseq.h.

◆ last_line

int iseq_compile_data::last_line

Definition at line 209 of file iseq.h.

◆ loopval_popped

int iseq_compile_data::loopval_popped

Definition at line 205 of file iseq.h.

◆ mark_ary

VALUE iseq_compile_data::mark_ary

Definition at line 194 of file iseq.h.

Referenced by prepare_iseq_build(), and rb_iseq_mark().

◆ node_level

int iseq_compile_data::node_level

Definition at line 212 of file iseq.h.

◆ option

const rb_compile_option_t* iseq_compile_data::option

◆ redo_label

struct iseq_label_data* iseq_compile_data::redo_label

Definition at line 200 of file iseq.h.

◆ start_label

struct iseq_label_data* iseq_compile_data::start_label

Definition at line 198 of file iseq.h.

◆ storage_current

struct iseq_compile_data_storage* iseq_compile_data::storage_current

Definition at line 208 of file iseq.h.

◆ storage_head

struct iseq_compile_data_storage* iseq_compile_data::storage_head

Definition at line 207 of file iseq.h.

Referenced by compile_data_free(), and iseq_memsize().


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