#include <iseq.h>
Data Fields | |
| const VALUE | err_info |
| VALUE | mark_ary |
| const VALUE | catch_table_ary |
| iseq_label_data * | start_label |
| iseq_label_data * | end_label |
| iseq_label_data * | redo_label |
| VALUE | current_block |
| VALUE | ensure_node |
| VALUE | for_iseq |
| iseq_compile_data_ensure_node_stack * | ensure_node_stack |
| int | loopval_popped |
| int | cached_const |
| iseq_compile_data_storage * | storage_head |
| iseq_compile_data_storage * | storage_current |
| int | last_line |
| int | last_coverable_line |
| int | label_no |
| int | node_level |
| const rb_compile_option_t * | option |
Definition at line 80 of file iseq.h.
| const VALUE iseq_compile_data::catch_table_ary |
| 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().
Definition at line 98 of file iseq.h.
Referenced by iseq_compile_each(), and rb_iseq_compile_node().
Definition at line 83 of file iseq.h.
Referenced by iseq_add_mark_object_compile_time(), iseq_mark(), and prepare_iseq_build().
Definition at line 102 of file iseq.h.
Referenced by iseq_compile_each(), iseq_setup(), make_compile_option(), make_compile_option_value(), new_child_iseq(), prepare_iseq_build(), rb_iseq_new_with_bopt_and_opt(), and rb_iseq_new_with_opt().
Definition at line 96 of file iseq.h.
Referenced by compile_data_free(), iseq_memsize(), and prepare_iseq_build().
1.4.7