Ruby 4.1.0dev (2026-09-05 revision a946c1bd8e5e7e03e938fe5bb4df942affa95ec6)
Data Fields
rb_proc_header_t Struct Reference

Data Fields

enum rb_block_type type: 8
 
unsigned int is_from_method: 1
 
unsigned int is_lambda: 1
 
unsigned int is_isolated: 1
 
unsigned int is_refined: 1
 

Detailed Description

Definition at line 1346 of file vm_core.h.

Field Documentation

◆ is_from_method

unsigned int rb_proc_header_t::is_from_method

Definition at line 1348 of file vm_core.h.

◆ is_isolated

unsigned int rb_proc_header_t::is_isolated

Definition at line 1350 of file vm_core.h.

◆ is_lambda

unsigned int rb_proc_header_t::is_lambda

Definition at line 1349 of file vm_core.h.

◆ is_refined

unsigned int rb_proc_header_t::is_refined

Definition at line 1351 of file vm_core.h.

◆ type

enum rb_block_type rb_proc_header_t::type

Definition at line 1347 of file vm_core.h.


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