Ruby 4.0.6p0 (2026-07-14 revision 03b6d3f8898a28604fe6cb00eae3226b821168f4)
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: