Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#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 |
Definition at line 1087 of file vm_core.h.
Referenced by rb_proc_arity(), rb_proc_dup(), rb_proc_isolate_bang(), rb_proc_ractor_make_shareable(), and rb_vmdebug_proc_dump_raw().
unsigned int rb_proc_t::is_from_method |
Definition at line 1088 of file vm_core.h.
Referenced by rb_proc_dup().
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().
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().