|
Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
#include <vm_core.h>
Data Fields | |
| const struct rb_callinfo * | ci |
| const struct rb_callcache * | cc |
| VALUE | block_handler |
| VALUE | recv |
| int | argc |
| int | kw_splat |
| VALUE rb_calling_info::block_handler |
Definition at line 251 of file vm_core.h.
Referenced by rb_vm_call0().
| const struct rb_callcache* rb_calling_info::cc |
| const struct rb_callinfo* rb_calling_info::ci |
Definition at line 249 of file vm_core.h.
Referenced by rb_vm_call0().
| int rb_calling_info::kw_splat |
Definition at line 254 of file vm_core.h.
Referenced by rb_vm_call0().
| VALUE rb_calling_info::recv |
Definition at line 252 of file vm_core.h.
Referenced by rb_vm_call0().