Ruby  3.4.0dev (2024-11-05 revision 348a53415339076afc4a02fcd09f3ae36e9c4c61)
Data Fields
rb_method_iseq_struct Struct Reference

Data Fields

const rb_iseq_tiseqptr
 iseq pointer, should be separated from iseqval More...
 
rb_cref_tcref
 class reference, should be marked More...
 

Detailed Description

Definition at line 134 of file method.h.

Field Documentation

◆ cref

rb_cref_t* rb_method_iseq_struct::cref

class reference, should be marked

Definition at line 136 of file method.h.

◆ iseqptr

const rb_iseq_t* rb_method_iseq_struct::iseqptr

iseq pointer, should be separated from iseqval

Definition at line 135 of file method.h.


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