Ruby 3.5.0dev (2025-02-20 revision 34098b669c0cbc024cd08e686891f1dfe0a10aaf)
Data Fields
rb_callcache Struct Reference

Data Fields

const VALUE flags
 
const VALUE klass
 
const struct rb_callable_method_entry_struct *const cme_
 
const vm_call_handler call_
 
union { 
 
   struct { 
 
      uintptr_t   value 
 
   }   attr 
 
   enum method_missing_reason   method_missing_reason 
 
   VALUE   v 
 
   const struct rb_builtin_function *   bf 
 
aux_ 
 

Detailed Description

Definition at line 278 of file vm_callinfo.h.

Field Documentation

◆ bf

const struct rb_builtin_function* rb_callcache::bf

Definition at line 296 of file vm_callinfo.h.

◆ call_

const vm_call_handler rb_callcache::call_

Definition at line 288 of file vm_callinfo.h.

◆ cme_

const struct rb_callable_method_entry_struct* const rb_callcache::cme_

Definition at line 287 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.

◆ method_missing_reason

enum method_missing_reason rb_callcache::method_missing_reason

Definition at line 294 of file vm_callinfo.h.

◆ v

VALUE rb_callcache::v

Definition at line 295 of file vm_callinfo.h.

◆ value

uintptr_t rb_callcache::value

Definition at line 292 of file vm_callinfo.h.


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