Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
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 278 of file vm_callinfo.h.

Field Documentation

◆ call_

const vm_call_handler rb_callcache::call_

Definition at line 286 of file vm_callinfo.h.

◆ cme_

const struct rb_callable_method_entry_struct* const rb_callcache::cme_

Definition at line 285 of file vm_callinfo.h.

◆ flags

const VALUE rb_callcache::flags

Definition at line 279 of file vm_callinfo.h.

◆ klass

const VALUE rb_callcache::klass

Definition at line 282 of file vm_callinfo.h.


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