Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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 280 of file vm_core.h.

Field Documentation

◆ argc

int rb_calling_info::argc

Definition at line 285 of file vm_core.h.

◆ block_handler

VALUE rb_calling_info::block_handler

Definition at line 283 of file vm_core.h.

◆ cc

const struct rb_callcache* rb_calling_info::cc

Definition at line 282 of file vm_core.h.

◆ cd

const struct rb_call_data* rb_calling_info::cd

Definition at line 281 of file vm_core.h.

◆ heap_argv

VALUE rb_calling_info::heap_argv

Definition at line 287 of file vm_core.h.

◆ kw_splat

bool rb_calling_info::kw_splat

Definition at line 286 of file vm_core.h.

◆ recv

VALUE rb_calling_info::recv

Definition at line 284 of file vm_core.h.


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