Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
rb_method_iseq_struct Struct Reference

#include <method.h>

Data Fields

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 126 of file method.h.

Field Documentation

◆ cref

rb_cref_t * rb_method_iseq_struct::cref

class reference, should be marked

Definition at line 128 of file method.h.

◆ iseqptr

rb_iseq_t * rb_method_iseq_struct::iseqptr

iseq pointer, should be separated from iseqval

Definition at line 127 of file method.h.

Referenced by rb_resolve_me_location().


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