Ruby  2.1.10p492(2016-04-01revision54464)
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
 
VALUE current_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
 
const rb_compile_option_toption
 

Detailed Description

Definition at line 80 of file iseq.h.

Field Documentation

◆ cached_const

int iseq_compile_data::cached_const

Definition at line 95 of file iseq.h.

◆ catch_table_ary

const VALUE iseq_compile_data::catch_table_ary

Definition at line 84 of file iseq.h.

Referenced by iseq_mark(), and prepare_iseq_build().

◆ current_block

VALUE iseq_compile_data::current_block

Definition at line 90 of file iseq.h.

Referenced by iseq_compile_each().

◆ end_label

struct iseq_label_data* iseq_compile_data::end_label

Definition at line 88 of file iseq.h.

Referenced by iseq_compile_each(), and rb_iseq_compile_node().

◆ ensure_node

VALUE iseq_compile_data::ensure_node

Definition at line 91 of file iseq.h.

◆ ensure_node_stack

struct iseq_compile_data_ensure_node_stack* iseq_compile_data::ensure_node_stack

Definition at line 93 of file iseq.h.

Referenced by add_ensure_iseq(), and iseq_compile_each().

◆ err_info

const VALUE iseq_compile_data::err_info

Definition at line 82 of file iseq.h.

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

◆ for_iseq

VALUE iseq_compile_data::for_iseq

Definition at line 92 of file iseq.h.

◆ label_no

int iseq_compile_data::label_no

Definition at line 100 of file iseq.h.

Referenced by new_label_body().

◆ last_coverable_line

int iseq_compile_data::last_coverable_line

Definition at line 99 of file iseq.h.

Referenced by prepare_iseq_build().

◆ last_line

int iseq_compile_data::last_line

Definition at line 98 of file iseq.h.

Referenced by iseq_compile_each(), and rb_iseq_compile_node().

◆ loopval_popped

int iseq_compile_data::loopval_popped

Definition at line 94 of file iseq.h.

Referenced by iseq_compile_each().

◆ mark_ary

VALUE iseq_compile_data::mark_ary

Definition at line 83 of file iseq.h.

Referenced by iseq_add_mark_object_compile_time(), iseq_mark(), and prepare_iseq_build().

◆ node_level

int iseq_compile_data::node_level

Definition at line 101 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 89 of file iseq.h.

Referenced by iseq_compile_each().

◆ start_label

struct iseq_label_data* iseq_compile_data::start_label

Definition at line 87 of file iseq.h.

Referenced by iseq_compile_each(), and rb_iseq_compile_node().

◆ storage_current

struct iseq_compile_data_storage* iseq_compile_data::storage_current

Definition at line 97 of file iseq.h.

Referenced by compile_data_alloc(), and prepare_iseq_build().

◆ storage_head

struct iseq_compile_data_storage* iseq_compile_data::storage_head

Definition at line 96 of file iseq.h.

Referenced by compile_data_free(), iseq_memsize(), and prepare_iseq_build().


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