Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
rb_callcache Struct Reference

Data Structures

union  [union].aux_

Data Fields

const VALUE flags
const VALUE klass
const struct rb_callable_method_entry_struct *const cme_
const vm_call_handler call_
union  aux_

Detailed Description

Definition at line 292 of file vm_callinfo.h.

Field Documentation

◆ call_

const vm_call_handler rb_callcache::call_

Definition at line 300 of file vm_callinfo.h.

◆ cme_

const struct rb_callable_method_entry_struct* const rb_callcache::cme_

Definition at line 299 of file vm_callinfo.h.

◆ flags

const VALUE rb_callcache::flags

Definition at line 293 of file vm_callinfo.h.

◆ klass

const VALUE rb_callcache::klass

Definition at line 296 of file vm_callinfo.h.


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