Ruby  2.7.1p83(2020-03-31revisiona0c7c23c9cec0d0ffcba012279cd652d28ad5bf3)
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: