Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
rb_jit_cont Struct Reference

Data Fields

rb_execution_context_tec
 
struct rb_jit_contprev
 
struct rb_jit_contnext
 

Detailed Description

Definition at line 204 of file cont.c.

Field Documentation

◆ ec

rb_execution_context_t* rb_jit_cont::ec

Definition at line 205 of file cont.c.

◆ next

struct rb_jit_cont * rb_jit_cont::next

Definition at line 206 of file cont.c.

◆ prev

struct rb_jit_cont* rb_jit_cont::prev

Definition at line 206 of file cont.c.


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