Ruby 4.1.0dev (2026-09-21 revision 61de3dd727146cfcf24e8051595bb2fb842f37aa)
Data Fields
iseq_compile_data Struct Reference

Data Fields

const VALUE err_info
 
const VALUE catch_table_ary
 
unsigned int iseq_size
 
VALUEiseq_encoded
 
bool is_single_mark_bit
 
union { 
 
   iseq_bits_t *   list 
 
   iseq_bits_t   single 
 
mark_bits 
 
struct iseq_label_datastart_label
 
struct iseq_label_dataend_label
 
struct iseq_label_dataredo_label
 
const rb_iseq_tcurrent_block
 
struct iseq_compile_data_ensure_node_stackensure_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 
 
bool in_rescue
 
int loopval_popped
 
int last_line
 
int label_no
 
int node_level
 
int isolated_depth
 
unsigned int ci_index
 
unsigned int ic_index
 
const rb_compile_option_toption
 
struct rb_id_tableivar_cache_table
 
const struct rb_builtin_functionbuiltin_function_table
 
const NODEroot_node
 
bool catch_except_p
 

Detailed Description

Definition at line 181 of file iseq.h.

Field Documentation

◆ builtin_function_table

const struct rb_builtin_function* iseq_compile_data::builtin_function_table

Definition at line 220 of file iseq.h.

◆ catch_except_p

bool iseq_compile_data::catch_except_p

Definition at line 222 of file iseq.h.

◆ catch_table_ary

const VALUE iseq_compile_data::catch_table_ary

Definition at line 184 of file iseq.h.

◆ ci_index

unsigned int iseq_compile_data::ci_index

Definition at line 216 of file iseq.h.

◆ current_block

const rb_iseq_t* iseq_compile_data::current_block

Definition at line 200 of file iseq.h.

◆ end_label

struct iseq_label_data* iseq_compile_data::end_label

Definition at line 198 of file iseq.h.

◆ ensure_node_stack

struct iseq_compile_data_ensure_node_stack* iseq_compile_data::ensure_node_stack

Definition at line 201 of file iseq.h.

◆ err_info

const VALUE iseq_compile_data::err_info

Definition at line 183 of file iseq.h.

◆ ic_index

unsigned int iseq_compile_data::ic_index

Definition at line 217 of file iseq.h.

◆ in_rescue

bool iseq_compile_data::in_rescue

Definition at line 210 of file iseq.h.

◆ is_single_mark_bit

bool iseq_compile_data::is_single_mark_bit

Definition at line 189 of file iseq.h.

◆ iseq_encoded

VALUE* iseq_compile_data::iseq_encoded

Definition at line 188 of file iseq.h.

◆ iseq_size

unsigned int iseq_compile_data::iseq_size

Definition at line 187 of file iseq.h.

◆ isolated_depth

int iseq_compile_data::isolated_depth

Definition at line 215 of file iseq.h.

◆ ivar_cache_table

struct rb_id_table* iseq_compile_data::ivar_cache_table

Definition at line 219 of file iseq.h.

◆ label_no

int iseq_compile_data::label_no

Definition at line 213 of file iseq.h.

◆ last_line

int iseq_compile_data::last_line

Definition at line 212 of file iseq.h.

◆ list

iseq_bits_t* iseq_compile_data::list

Definition at line 192 of file iseq.h.

◆ loopval_popped

int iseq_compile_data::loopval_popped

Definition at line 211 of file iseq.h.

◆ node_level

int iseq_compile_data::node_level

Definition at line 214 of file iseq.h.

◆ option

const rb_compile_option_t* iseq_compile_data::option

Definition at line 218 of file iseq.h.

◆ redo_label

struct iseq_label_data* iseq_compile_data::redo_label

Definition at line 199 of file iseq.h.

◆ root_node

const NODE* iseq_compile_data::root_node

Definition at line 221 of file iseq.h.

◆ single

iseq_bits_t iseq_compile_data::single

Definition at line 193 of file iseq.h.

◆ start_label

struct iseq_label_data* iseq_compile_data::start_label

Definition at line 197 of file iseq.h.

◆ storage_current

struct iseq_compile_data_storage* iseq_compile_data::storage_current

Definition at line 204 of file iseq.h.

◆ storage_head

struct iseq_compile_data_storage* iseq_compile_data::storage_head

Definition at line 203 of file iseq.h.


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