Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
rb_jit_cont Struct Reference

Data Fields

rb_execution_context_t * ec
struct rb_jit_contprev
struct rb_jit_contnext

Detailed Description

Definition at line 205 of file cont.c.

Field Documentation

◆ ec

rb_execution_context_t* rb_jit_cont::ec

Definition at line 206 of file cont.c.

◆ next

struct rb_jit_cont * rb_jit_cont::next

Definition at line 207 of file cont.c.

◆ prev

struct rb_jit_cont* rb_jit_cont::prev

Definition at line 207 of file cont.c.


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