Ruby 3.5.0dev (2025-05-16 revision 6b10d40157b5287cd13169437800343165eae949)
Data Fields
rb_calling_info Struct Reference

Data Fields

const struct rb_call_datacd
 
const struct rb_callcachecc
 
VALUE block_handler
 
VALUE recv
 
int argc
 
bool kw_splat
 
VALUE heap_argv
 
const rb_namespace_tproc_ns
 

Detailed Description

Definition at line 308 of file vm_core.h.

Field Documentation

◆ argc

int rb_calling_info::argc

Definition at line 313 of file vm_core.h.

◆ block_handler

VALUE rb_calling_info::block_handler

Definition at line 311 of file vm_core.h.

◆ cc

const struct rb_callcache* rb_calling_info::cc

Definition at line 310 of file vm_core.h.

◆ cd

const struct rb_call_data* rb_calling_info::cd

Definition at line 309 of file vm_core.h.

◆ heap_argv

VALUE rb_calling_info::heap_argv

Definition at line 315 of file vm_core.h.

◆ kw_splat

bool rb_calling_info::kw_splat

Definition at line 314 of file vm_core.h.

◆ proc_ns

const rb_namespace_t* rb_calling_info::proc_ns

Definition at line 316 of file vm_core.h.

◆ recv

VALUE rb_calling_info::recv

Definition at line 312 of file vm_core.h.


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