Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
rb_jit_cont Struct Reference

Data Fields

rb_execution_context_t * ec
 
struct rb_jit_cont * prev
 
struct rb_jit_cont * next
 

Detailed Description

Definition at line 228 of file cont.c.

Field Documentation

◆ ec

rb_execution_context_t* rb_jit_cont::ec

Definition at line 229 of file cont.c.

◆ next

struct rb_jit_cont * rb_jit_cont::next

Definition at line 230 of file cont.c.

◆ prev

struct rb_jit_cont* rb_jit_cont::prev

Definition at line 230 of file cont.c.


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