Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Public Member Functions | Data Fields
rb_execution_context_struct Struct Reference

#include <vm_core.h>

Public Member Functions

 BITFIELD (enum method_missing_reason, method_missing_reason, 8)
 

Data Fields

VALUEvm_stack
 
size_t vm_stack_size
 
rb_control_frame_tcfp
 
struct rb_vm_tagtag
 
struct rb_vm_protect_tagprotect_tag
 
rb_atomic_t interrupt_flag
 
rb_atomic_t interrupt_mask
 
rb_fiber_tfiber_ptr
 
struct rb_thread_structthread_ptr
 
struct rb_id_tablelocal_storage
 
VALUE local_storage_recursive_hash
 
VALUE local_storage_recursive_hash_for_trace
 
const VALUEroot_lep
 
VALUE root_svar
 
rb_ensure_list_tensure_list
 
struct rb_trace_arg_structtrace_arg
 
VALUE errinfo
 
VALUE passed_block_handler
 
uint8_t raised_flag
 
VALUE private_const_reference
 
struct {
   VALUE *   stack_start
 
   VALUE *   stack_end
 
   size_t   stack_maxsize
 
machine
 

Detailed Description

Definition at line 854 of file vm_core.h.

Member Function Documentation

◆ BITFIELD()

rb_execution_context_struct::BITFIELD ( enum  method_missing_reason,
method_missing_reason  ,
 
)

Field Documentation

◆ cfp

rb_control_frame_t* rb_execution_context_struct::cfp

◆ ensure_list

rb_ensure_list_t* rb_execution_context_struct::ensure_list

Definition at line 883 of file vm_core.h.

Referenced by rb_ensure().

◆ errinfo

VALUE rb_execution_context_struct::errinfo

◆ fiber_ptr

rb_fiber_t* rb_execution_context_struct::fiber_ptr

◆ interrupt_flag

rb_atomic_t rb_execution_context_struct::interrupt_flag

Definition at line 864 of file vm_core.h.

◆ interrupt_mask

rb_atomic_t rb_execution_context_struct::interrupt_mask

Definition at line 865 of file vm_core.h.

Referenced by rb_postponed_job_flush().

◆ local_storage

struct rb_id_table* rb_execution_context_struct::local_storage

Definition at line 874 of file vm_core.h.

Referenced by rb_execution_context_mark(), and rb_fiber_reset_root_local_storage().

◆ local_storage_recursive_hash

VALUE rb_execution_context_struct::local_storage_recursive_hash

Definition at line 875 of file vm_core.h.

Referenced by rb_exec_event_hooks(), and rb_execution_context_mark().

◆ local_storage_recursive_hash_for_trace

VALUE rb_execution_context_struct::local_storage_recursive_hash_for_trace

Definition at line 876 of file vm_core.h.

Referenced by rb_exec_event_hooks(), and rb_execution_context_mark().

◆ 

struct { ... } rb_execution_context_struct::machine

◆ passed_block_handler

VALUE rb_execution_context_struct::passed_block_handler

Definition at line 890 of file vm_core.h.

◆ private_const_reference

VALUE rb_execution_context_struct::private_const_reference

Definition at line 897 of file vm_core.h.

Referenced by rb_execution_context_mark().

◆ protect_tag

struct rb_vm_protect_tag* rb_execution_context_struct::protect_tag

Definition at line 861 of file vm_core.h.

Referenced by rb_protect().

◆ raised_flag

uint8_t rb_execution_context_struct::raised_flag

◆ root_lep

const VALUE* rb_execution_context_struct::root_lep

Definition at line 879 of file vm_core.h.

Referenced by rb_fiber_start().

◆ root_svar

VALUE rb_execution_context_struct::root_svar

Definition at line 880 of file vm_core.h.

Referenced by rb_execution_context_mark(), and rb_fiber_start().

◆ stack_end

VALUE* rb_execution_context_struct::stack_end

Definition at line 902 of file vm_core.h.

Referenced by Init_Cont(), and rb_execution_context_mark().

◆ stack_maxsize

size_t rb_execution_context_struct::stack_maxsize

Definition at line 903 of file vm_core.h.

◆ stack_start

VALUE* rb_execution_context_struct::stack_start

Definition at line 901 of file vm_core.h.

Referenced by rb_execution_context_mark().

◆ tag

struct rb_vm_tag* rb_execution_context_struct::tag

Definition at line 860 of file vm_core.h.

Referenced by rb_exec_event_hooks(), rb_throw_obj(), and vm_exec().

◆ thread_ptr

struct rb_thread_struct* rb_execution_context_struct::thread_ptr

Definition at line 871 of file vm_core.h.

Referenced by rb_fiber_threadptr(), and rb_threadptr_root_fiber_setup().

◆ trace_arg

struct rb_trace_arg_struct* rb_execution_context_struct::trace_arg

Definition at line 886 of file vm_core.h.

Referenced by rb_exec_event_hooks(), and rb_suppress_tracing().

◆ vm_stack

VALUE* rb_execution_context_struct::vm_stack

◆ vm_stack_size

size_t rb_execution_context_struct::vm_stack_size

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