Ruby 3.2.3p157 (2024-01-18 revision 52bb2ac0a6971d0391efa2275f7a66bff319087c)
Data Fields
iseq_inline_constant_cache_entry Struct Reference

Data Fields

VALUE flags
 
VALUE value
 
VALUE _unused1
 
VALUE _unused2
 
const rb_cref_tic_cref
 

Detailed Description

Definition at line 247 of file vm_core.h.

Field Documentation

◆ _unused1

VALUE iseq_inline_constant_cache_entry::_unused1

Definition at line 251 of file vm_core.h.

◆ _unused2

VALUE iseq_inline_constant_cache_entry::_unused2

Definition at line 252 of file vm_core.h.

◆ flags

VALUE iseq_inline_constant_cache_entry::flags

Definition at line 248 of file vm_core.h.

◆ ic_cref

const rb_cref_t* iseq_inline_constant_cache_entry::ic_cref

Definition at line 253 of file vm_core.h.

◆ value

VALUE iseq_inline_constant_cache_entry::value

Definition at line 250 of file vm_core.h.


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