Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <method.h>
Data Fields | |
VALUE | flags |
const VALUE | refinements |
const VALUE | klass |
struct rb_cref_struct *const | next |
const rb_scope_visibility_t | scope_visi |
VALUE rb_cref_struct::flags |
Definition at line 41 of file method.h.
Referenced by CREF_OMOD_SHARED(), CREF_OMOD_SHARED_SET(), CREF_OMOD_SHARED_UNSET(), CREF_PUSHED_BY_EVAL(), and CREF_PUSHED_BY_EVAL_SET().
Definition at line 43 of file method.h.
Referenced by CREF_CLASS().
struct rb_cref_struct* const rb_cref_struct::next |
Definition at line 44 of file method.h.
Referenced by CREF_NEXT(), and rb_vm_rewrite_cref().
Definition at line 42 of file method.h.
Referenced by CREF_REFINEMENTS(), CREF_REFINEMENTS_SET(), and vm_caller_setup_arg_block().
const rb_scope_visibility_t rb_cref_struct::scope_visi |
Definition at line 45 of file method.h.
Referenced by CREF_SCOPE_VISI(), and vm_cref_set_visibility().