Ruby 4.1.0dev (2026-04-17 revision 11e3c78b61da705c783dd12fb7f158c0d256ede0)
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 216 of file cont.c.

Field Documentation

◆ ec

rb_execution_context_t* rb_jit_cont::ec

Definition at line 217 of file cont.c.

◆ next

struct rb_jit_cont * rb_jit_cont::next

Definition at line 218 of file cont.c.

◆ prev

struct rb_jit_cont* rb_jit_cont::prev

Definition at line 218 of file cont.c.


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