Ruby 3.5.0dev (2025-02-22 revision 412997300569c1853c09813e4924b6df3d7e8669)
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
 

Detailed Description

Definition at line 306 of file vm_core.h.

Field Documentation

◆ argc

int rb_calling_info::argc

Definition at line 311 of file vm_core.h.

◆ block_handler

VALUE rb_calling_info::block_handler

Definition at line 309 of file vm_core.h.

◆ cc

const struct rb_callcache* rb_calling_info::cc

Definition at line 308 of file vm_core.h.

◆ cd

const struct rb_call_data* rb_calling_info::cd

Definition at line 307 of file vm_core.h.

◆ heap_argv

VALUE rb_calling_info::heap_argv

Definition at line 313 of file vm_core.h.

◆ kw_splat

bool rb_calling_info::kw_splat

Definition at line 312 of file vm_core.h.

◆ recv

VALUE rb_calling_info::recv

Definition at line 310 of file vm_core.h.


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