Ruby 4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
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: