Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
iseq_compile_data_ensure_node_stack Struct Reference

Data Fields

const void * ensure_node
 
struct iseq_compile_data_ensure_node_stackprev
 
struct ensure_rangeerange
 

Detailed Description

Definition at line 121 of file compile.c.

Field Documentation

◆ ensure_node

const void* iseq_compile_data_ensure_node_stack::ensure_node

Definition at line 122 of file compile.c.

◆ erange

struct ensure_range* iseq_compile_data_ensure_node_stack::erange

Definition at line 124 of file compile.c.

◆ prev

struct iseq_compile_data_ensure_node_stack* iseq_compile_data_ensure_node_stack::prev

Definition at line 123 of file compile.c.


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