Ruby 4.1.0dev (2026-09-08 revision 3c2856d9368f618a38cb7b86d7ac7c8006742d6b)
Data Fields
rb_jit_cont Struct Reference

Data Fields

rb_execution_context_tec
 
struct rb_jit_contprev
 
struct rb_jit_contnext
 

Detailed Description

Definition at line 210 of file cont.c.

Field Documentation

◆ ec

rb_execution_context_t* rb_jit_cont::ec

Definition at line 211 of file cont.c.

◆ next

struct rb_jit_cont * rb_jit_cont::next

Definition at line 212 of file cont.c.

◆ prev

struct rb_jit_cont* rb_jit_cont::prev

Definition at line 212 of file cont.c.


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