Ruby
2.5.0dev(2017-10-22revision60238)
|
#include <iseq.h>
Data Fields | |
const VALUE | err_info |
VALUE | mark_ary |
const VALUE | catch_table_ary |
struct iseq_label_data * | start_label |
struct iseq_label_data * | end_label |
struct iseq_label_data * | redo_label |
const rb_iseq_t * | current_block |
VALUE | ensure_node |
VALUE | for_iseq |
struct iseq_compile_data_ensure_node_stack * | ensure_node_stack |
int | loopval_popped |
int | cached_const |
struct iseq_compile_data_storage * | storage_head |
struct iseq_compile_data_storage * | storage_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_t * | option |
struct rb_id_table * | ivar_cache_table |
Definition at line 211 of file iseq.h.
Referenced by rb_iseq_mark().
struct iseq_label_data* iseq_compile_data::end_label |
struct iseq_compile_data_ensure_node_stack* iseq_compile_data::ensure_node_stack |
Definition at line 209 of file iseq.h.
Referenced by rb_iseq_mark().
struct rb_id_table* iseq_compile_data::ivar_cache_table |
VALUE iseq_compile_data::mark_ary |
Definition at line 210 of file iseq.h.
Referenced by rb_iseq_mark().
const rb_compile_option_t* iseq_compile_data::option |
struct iseq_label_data* iseq_compile_data::redo_label |
struct iseq_label_data* iseq_compile_data::start_label |
struct iseq_compile_data_storage* iseq_compile_data::storage_current |
struct iseq_compile_data_storage* iseq_compile_data::storage_head |