Ruby
2.4.2p198(2017-09-14revision59899)
|
#include <constant.h>
Data Fields | |
rb_const_flag_t | flag |
int | line |
const VALUE | value |
const VALUE | file |
Definition at line 31 of file constant.h.
Definition at line 35 of file constant.h.
Referenced by clone_const(), const_tbl_update(), mark_const_entry_i(), and setup_const_entry().
rb_const_flag_t rb_const_entry_struct::flag |
Definition at line 32 of file constant.h.
Referenced by const_tbl_update(), rb_deprecate_constant(), set_const_visibility(), and setup_const_entry().
int rb_const_entry_struct::line |
Definition at line 33 of file constant.h.
Referenced by const_tbl_update(), and setup_const_entry().
Definition at line 34 of file constant.h.
Referenced by autoload_defined_p(), clone_const(), const_tbl_update(), fc_i(), mark_const_entry_i(), rb_autoload_str(), rb_const_defined_0(), rb_const_remove(), rb_const_search(), setup_const_entry(), and vm_get_ev_const().