Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
|
Data Fields | |
VALUE | obj |
VALUE | klass |
st_table * | iv_index_tbl |
struct gen_ivtbl * | ivtbl |
Definition at line 1604 of file variable.c.
st_table* givar_copy::iv_index_tbl |
Definition at line 1607 of file variable.c.
Referenced by rb_copy_generic_ivar().
struct gen_ivtbl* givar_copy::ivtbl |
Definition at line 1608 of file variable.c.
Referenced by rb_copy_generic_ivar().
VALUE givar_copy::klass |
Definition at line 1606 of file variable.c.
Referenced by rb_copy_generic_ivar().
VALUE givar_copy::obj |
Definition at line 1605 of file variable.c.
Referenced by rb_copy_generic_ivar(), and rb_replace_generic_ivar().