Ruby  2.5.0dev(2017-10-22revision60238)
Data Fields
rb_method_iseq_struct Struct Reference

#include <method.h>

Data Fields

const rb_iseq_t *const iseqptr
 iseq pointer, should be separated from iseqval More...
 
rb_cref_t *const cref
 class reference, should be marked More...
 

Detailed Description

Definition at line 123 of file method.h.

Field Documentation

◆ cref

rb_cref_t* const rb_method_iseq_struct::cref

class reference, should be marked

Definition at line 125 of file method.h.

◆ iseqptr

const rb_iseq_t* const rb_method_iseq_struct::iseqptr

iseq pointer, should be separated from iseqval

Definition at line 124 of file method.h.


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