Ruby 3.5.0dev (2025-05-22 revision 7b10660974dcdd7882a48a62cfc2a32c4a17aa85)
Data Fields
iseq_inline_storage_entry Union Reference

Data Fields

struct { 
 
   struct rb_thread_struct *   running_thread 
 
   VALUE   value 
 
once 
 
struct iseq_inline_constant_cache ic_cache
 
struct iseq_inline_iv_cache_entry iv_cache
 

Detailed Description

Definition at line 299 of file vm_core.h.

Field Documentation

◆ ic_cache

struct iseq_inline_constant_cache iseq_inline_storage_entry::ic_cache

Definition at line 304 of file vm_core.h.

◆ iv_cache

struct iseq_inline_iv_cache_entry iseq_inline_storage_entry::iv_cache

Definition at line 305 of file vm_core.h.

◆ running_thread

struct rb_thread_struct* iseq_inline_storage_entry::running_thread

Definition at line 301 of file vm_core.h.

◆ value

VALUE iseq_inline_storage_entry::value

Definition at line 302 of file vm_core.h.


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