Ruby  2.0.0p648(2015-12-16revision53162)
Data Fields
iseq_compile_data_ensure_node_stack Struct Reference

Data Fields

NODEensure_node
 
struct iseq_compile_data_ensure_node_stackprev
 
struct ensure_rangeerange
 

Detailed Description

Definition at line 72 of file compile.c.

Field Documentation

◆ ensure_node

NODE* iseq_compile_data_ensure_node_stack::ensure_node

Definition at line 73 of file compile.c.

Referenced by add_ensure_iseq(), and push_ensure_entry().

◆ erange

struct ensure_range* iseq_compile_data_ensure_node_stack::erange

Definition at line 75 of file compile.c.

Referenced by add_ensure_iseq(), iseq_compile_each(), and push_ensure_entry().

◆ prev

struct iseq_compile_data_ensure_node_stack* iseq_compile_data_ensure_node_stack::prev

Definition at line 74 of file compile.c.

Referenced by add_ensure_iseq(), iseq_compile_each(), and push_ensure_entry().


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