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

Data Fields

const rb_iseq_t * iseqptr
 iseq pointer, should be separated from iseqval
rb_cref_t * cref
 class reference, should be marked

Detailed Description

Definition at line 142 of file method.h.

Field Documentation

◆ cref

rb_cref_t* rb_method_iseq_struct::cref

class reference, should be marked

Definition at line 144 of file method.h.

◆ iseqptr

const rb_iseq_t* rb_method_iseq_struct::iseqptr

iseq pointer, should be separated from iseqval

Definition at line 143 of file method.h.


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