Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_proc_t Struct Reference

#include <vm_core.h>

Data Fields

const struct rb_block block
 
unsigned int is_from_method: 1
 
unsigned int is_lambda: 1
 
unsigned int is_isolated: 1
 

Detailed Description

Definition at line 1086 of file vm_core.h.

Field Documentation

◆ block

const struct rb_block rb_proc_t::block

◆ is_from_method

unsigned int rb_proc_t::is_from_method

Definition at line 1088 of file vm_core.h.

Referenced by rb_proc_dup().

◆ is_isolated

unsigned int rb_proc_t::is_isolated

Definition at line 1090 of file vm_core.h.

Referenced by rb_proc_isolate_bang(), and rb_proc_ractor_make_shareable().

◆ is_lambda

unsigned int rb_proc_t::is_lambda

Definition at line 1089 of file vm_core.h.

Referenced by rb_proc_arity(), rb_proc_dup(), and rb_proc_lambda_p().


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