Ruby 4.0.7p0 (2026-09-15 revision 229531a6cfbf07e3caef30dbac24a2a3f3fed482)
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: