Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
iseq_inline_storage_entry Union Reference

#include <vm_core.h>

Data Fields

struct {
   struct rb_thread_struct *   running_thread
 
   VALUE   value
 
once
 
struct iseq_inline_cache_entry cache
 

Detailed Description

Definition at line 197 of file vm_core.h.

Field Documentation

◆ cache

struct iseq_inline_cache_entry iseq_inline_storage_entry::cache

Definition at line 202 of file vm_core.h.

◆ once

struct { ... } iseq_inline_storage_entry::once

◆ running_thread

struct rb_thread_struct* iseq_inline_storage_entry::running_thread

Definition at line 199 of file vm_core.h.

◆ value

VALUE iseq_inline_storage_entry::value

Definition at line 200 of file vm_core.h.


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