Ruby
2.1.10p492(2016-04-01revision54464)
|
Go to the source code of this file.
Data Structures | |
struct | rb_const_entry_struct |
Typedefs | |
typedef struct rb_const_entry_struct | rb_const_entry_t |
Enumerations | |
enum | rb_const_flag_t { CONST_PUBLIC = 0x00, CONST_PRIVATE = 0x01 } |
typedef struct rb_const_entry_struct rb_const_entry_t |
enum rb_const_flag_t |
Enumerator | |
---|---|
CONST_PUBLIC | |
CONST_PRIVATE |
Definition at line 14 of file constant.h.
Definition at line 1466 of file gc.c.
References free_const_entry_i(), st_foreach(), and st_free_table().
Referenced by init_copy(), obj_free(), and rb_mod_init_copy().
Definition at line 2291 of file variable.c.
References CONST_PRIVATE, obj, and set_const_visibility().
Referenced by Init_Object().
Definition at line 2305 of file variable.c.
References CONST_PUBLIC, obj, and set_const_visibility().
Referenced by Init_Object().
Definition at line 2145 of file variable.c.
References FALSE, rb_const_defined_0(), and TRUE.
Definition at line 2151 of file variable.c.
References FALSE, rb_const_defined_0(), and TRUE.
Definition at line 2139 of file variable.c.
References rb_const_defined_0(), and TRUE.
Referenced by vm_get_ev_const().
Definition at line 1898 of file variable.c.
References FALSE, rb_const_get_0(), and TRUE.
Definition at line 1904 of file variable.c.
References FALSE, rb_const_get_0(), and TRUE.
Definition at line 1892 of file variable.c.
References rb_const_get_0(), and TRUE.
Referenced by vm_get_ev_const().