Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <iseq.h>
Data Fields | |
const VALUE | err_info |
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 |
struct iseq_compile_data_ensure_node_stack * | ensure_node_stack |
struct { | |
struct iseq_compile_data_storage * storage_head | |
struct iseq_compile_data_storage * storage_current | |
} | node |
struct { | |
struct iseq_compile_data_storage * storage_head | |
struct iseq_compile_data_storage * storage_current | |
} | insn |
int | loopval_popped |
int | last_line |
int | label_no |
int | node_level |
int | isolated_depth |
unsigned int | ci_index |
const rb_compile_option_t * | option |
struct rb_id_table * | ivar_cache_table |
const struct rb_builtin_function * | builtin_function_table |
const struct rb_builtin_function* iseq_compile_data::builtin_function_table |
Definition at line 88 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 87 of file iseq.h.
Referenced by rb_iseq_mark().
struct { ... } iseq_compile_data::insn |
Referenced by rb_iseq_mark().
struct rb_id_table* iseq_compile_data::ivar_cache_table |
struct { ... } iseq_compile_data::node |
Referenced by rb_iseq_memsize().
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 |
Definition at line 97 of file iseq.h.
Referenced by rb_iseq_mark(), and rb_iseq_memsize().