Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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
 
st_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
 
enum method_missing_reason method_missing_reason: 8
 
struct {
   VALUE *   stack_start
 
   VALUE *   stack_end
 
   size_t   stack_maxsize
 
machine
 

Detailed Description

Definition at line 843 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 869 of file vm_core.h.

◆ 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 853 of file vm_core.h.

◆ interrupt_mask

rb_atomic_t rb_execution_context_struct::interrupt_mask

Definition at line 854 of file vm_core.h.

Referenced by rb_postponed_job_flush().

◆ local_storage

st_table * rb_execution_context_struct::local_storage

Definition at line 860 of file vm_core.h.

Referenced by rb_fiber_reset_root_local_storage().

◆ local_storage_recursive_hash

VALUE rb_execution_context_struct::local_storage_recursive_hash

Definition at line 861 of file vm_core.h.

◆ local_storage_recursive_hash_for_trace

VALUE rb_execution_context_struct::local_storage_recursive_hash_for_trace

Definition at line 862 of file vm_core.h.

◆ machine [1/2]

struct { ... } rb_execution_context_struct::machine

◆ machine [2/2]

struct { ... } rb_execution_context_struct::machine

◆ method_missing_reason

enum method_missing_reason rb_execution_context_struct::method_missing_reason

Definition at line 9874 of file rb_mjit_min_header-2.7.1.h.

◆ passed_block_handler

VALUE rb_execution_context_struct::passed_block_handler

Definition at line 876 of file vm_core.h.

◆ private_const_reference

VALUE rb_execution_context_struct::private_const_reference

Definition at line 883 of file vm_core.h.

◆ protect_tag

struct rb_vm_protect_tag * rb_execution_context_struct::protect_tag

Definition at line 850 of file vm_core.h.

◆ raised_flag

uint8_t rb_execution_context_struct::raised_flag

◆ root_lep

const VALUE * rb_execution_context_struct::root_lep

Definition at line 865 of file vm_core.h.

Referenced by rb_fiber_start().

◆ root_svar

VALUE rb_execution_context_struct::root_svar

Definition at line 866 of file vm_core.h.

Referenced by rb_fiber_start().

◆ stack_end

VALUE* rb_execution_context_struct::stack_end

Definition at line 888 of file vm_core.h.

◆ stack_maxsize

size_t rb_execution_context_struct::stack_maxsize

Definition at line 889 of file vm_core.h.

◆ stack_start

VALUE* rb_execution_context_struct::stack_start

Definition at line 887 of file vm_core.h.

◆ tag

struct rb_vm_tag * rb_execution_context_struct::tag

Definition at line 849 of file vm_core.h.

Referenced by rb_throw_obj().

◆ thread_ptr

struct rb_thread_struct * rb_execution_context_struct::thread_ptr

Definition at line 857 of file vm_core.h.

Referenced by rb_threadptr_root_fiber_setup().

◆ trace_arg

struct rb_trace_arg_struct * rb_execution_context_struct::trace_arg

Definition at line 872 of file vm_core.h.

Referenced by rb_exec_event_hooks().

◆ 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 files: