Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
rb_context_struct Struct Reference

Data Fields

enum context_type type
 
int argc
 
int kw_splat
 
VALUE self
 
VALUE value
 
struct cont_saved_vm_stack saved_vm_stack
 
struct {
   VALUE *   stack
 
   VALUE *   stack_src
 
   size_t   stack_size
 
machine
 
rb_execution_context_t saved_ec
 
rb_jmpbuf_t jmpbuf
 
rb_ensure_entry_tensure_array
 
struct mjit_contmjit_cont
 

Detailed Description

Definition at line 194 of file cont.c.

Field Documentation

◆ argc

int rb_context_struct::argc

Definition at line 196 of file cont.c.

◆ ensure_array

rb_ensure_entry_t* rb_context_struct::ensure_array

Definition at line 210 of file cont.c.

◆ jmpbuf

rb_jmpbuf_t rb_context_struct::jmpbuf

Definition at line 209 of file cont.c.

◆ kw_splat

int rb_context_struct::kw_splat

Definition at line 197 of file cont.c.

◆ mjit_cont

struct mjit_cont* rb_context_struct::mjit_cont

Definition at line 212 of file cont.c.

◆ saved_ec

rb_execution_context_t rb_context_struct::saved_ec

Definition at line 208 of file cont.c.

◆ saved_vm_stack

struct cont_saved_vm_stack rb_context_struct::saved_vm_stack

Definition at line 201 of file cont.c.

◆ self

VALUE rb_context_struct::self

Definition at line 198 of file cont.c.

◆ stack

VALUE* rb_context_struct::stack

Definition at line 204 of file cont.c.

◆ stack_size

size_t rb_context_struct::stack_size

Definition at line 206 of file cont.c.

◆ stack_src

VALUE* rb_context_struct::stack_src

Definition at line 205 of file cont.c.

◆ type

enum context_type rb_context_struct::type

Definition at line 195 of file cont.c.

◆ value

VALUE rb_context_struct::value

Definition at line 199 of file cont.c.


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