Ruby 3.5.0dev (2025-01-10 revision 5fab31b15e32622c4b71d1d347a41937e9f9c212)
Data Fields
dstr_ctxt Struct Reference

Data Fields

rb_iseq_t *const iseq
 
LINK_ANCHOR *const ret
 
VALUE lit
 
const NODElit_node
 
int cnt
 
int dregx
 

Detailed Description

Definition at line 4525 of file compile.c.

Field Documentation

◆ cnt

int dstr_ctxt::cnt

Definition at line 4530 of file compile.c.

◆ dregx

int dstr_ctxt::dregx

Definition at line 4531 of file compile.c.

◆ iseq

rb_iseq_t* const dstr_ctxt::iseq

Definition at line 4526 of file compile.c.

◆ lit

VALUE dstr_ctxt::lit

Definition at line 4528 of file compile.c.

◆ lit_node

const NODE* dstr_ctxt::lit_node

Definition at line 4529 of file compile.c.

◆ ret

LINK_ANCHOR* const dstr_ctxt::ret

Definition at line 4527 of file compile.c.


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