Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
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 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.

Referenced by rb_method_definition_set().

◆ iseqptr

rb_iseq_t* rb_method_iseq_struct::iseqptr

iseq pointer, should be separated from iseqval

Definition at line 135 of file method.h.

Referenced by rb_method_definition_eq(), rb_method_definition_set(), rb_raw_obj_info(), and rb_resolve_me_location().


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