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

Data Fields

rb_iseq_t *const iseq
LINK_ANCHOR *const ret
VALUE lit
const NODE * lit_node
int cnt
int dregx

Detailed Description

Definition at line 4624 of file compile.c.

Field Documentation

◆ cnt

int dstr_ctxt::cnt

Definition at line 4629 of file compile.c.

◆ dregx

int dstr_ctxt::dregx

Definition at line 4630 of file compile.c.

◆ iseq

rb_iseq_t* const dstr_ctxt::iseq

Definition at line 4625 of file compile.c.

◆ lit

VALUE dstr_ctxt::lit

Definition at line 4627 of file compile.c.

◆ lit_node

const NODE* dstr_ctxt::lit_node

Definition at line 4628 of file compile.c.

◆ ret

LINK_ANCHOR* const dstr_ctxt::ret

Definition at line 4626 of file compile.c.


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