Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
struct autoload_const * | ac |
VALUE | result |
VALUE | thread |
struct list_node | waitq |
Definition at line 2033 of file variable.c.
struct autoload_const* autoload_state::ac |
Definition at line 2034 of file variable.c.
Referenced by rb_autoload_load().
VALUE autoload_state::result |
Definition at line 2035 of file variable.c.
Referenced by rb_autoload_load().
VALUE autoload_state::thread |
Definition at line 2036 of file variable.c.
Referenced by rb_autoload_load().
struct list_node autoload_state::waitq |
Definition at line 2037 of file variable.c.
Referenced by rb_autoload_load().