Ruby  2.5.0dev(2017-10-22revision60238)
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_tableivar_cache_table
 

Detailed Description

Definition at line 207 of file iseq.h.

Field Documentation

◆ cached_const

int iseq_compile_data::cached_const

Definition at line 222 of file iseq.h.

◆ catch_table_ary

const VALUE iseq_compile_data::catch_table_ary

Definition at line 211 of file iseq.h.

Referenced by rb_iseq_mark().

◆ ci_index

unsigned int iseq_compile_data::ci_index

Definition at line 229 of file iseq.h.

◆ ci_kw_index

unsigned int iseq_compile_data::ci_kw_index

Definition at line 230 of file iseq.h.

◆ current_block

const rb_iseq_t* iseq_compile_data::current_block

Definition at line 217 of file iseq.h.

◆ end_label

struct iseq_label_data* iseq_compile_data::end_label

Definition at line 215 of file iseq.h.

◆ ensure_node

VALUE iseq_compile_data::ensure_node

Definition at line 218 of file iseq.h.

◆ ensure_node_stack

struct iseq_compile_data_ensure_node_stack* iseq_compile_data::ensure_node_stack

Definition at line 220 of file iseq.h.

◆ err_info

const VALUE iseq_compile_data::err_info

Definition at line 209 of file iseq.h.

Referenced by rb_iseq_mark().

◆ for_iseq

VALUE iseq_compile_data::for_iseq

Definition at line 219 of file iseq.h.

◆ ivar_cache_table

struct rb_id_table* iseq_compile_data::ivar_cache_table

Definition at line 232 of file iseq.h.

◆ label_no

int iseq_compile_data::label_no

Definition at line 227 of file iseq.h.

◆ last_coverable_line

int iseq_compile_data::last_coverable_line

Definition at line 226 of file iseq.h.

◆ last_line

int iseq_compile_data::last_line

Definition at line 225 of file iseq.h.

◆ loopval_popped

int iseq_compile_data::loopval_popped

Definition at line 221 of file iseq.h.

◆ mark_ary

VALUE iseq_compile_data::mark_ary

Definition at line 210 of file iseq.h.

Referenced by rb_iseq_mark().

◆ node_level

int iseq_compile_data::node_level

Definition at line 228 of file iseq.h.

◆ option

const rb_compile_option_t* iseq_compile_data::option

Definition at line 231 of file iseq.h.

◆ redo_label

struct iseq_label_data* iseq_compile_data::redo_label

Definition at line 216 of file iseq.h.

◆ start_label

struct iseq_label_data* iseq_compile_data::start_label

Definition at line 214 of file iseq.h.

◆ storage_current

struct iseq_compile_data_storage* iseq_compile_data::storage_current

Definition at line 224 of file iseq.h.

◆ storage_head

struct iseq_compile_data_storage* iseq_compile_data::storage_head

Definition at line 223 of file iseq.h.


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