mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Refactor rb_shape_rebuild_shape
to stop exposing rb_shape_t
This commit is contained in:
parent
cd355ac8aa
commit
8b0868cbb1
Notes:
git
2025-05-27 10:45:39 +00:00
5 changed files with 107 additions and 93 deletions
|
@ -25,6 +25,7 @@ struct gen_fields_tbl {
|
|||
};
|
||||
|
||||
int rb_ivar_generic_fields_tbl_lookup(VALUE obj, struct gen_fields_tbl **);
|
||||
void rb_copy_complex_ivars(VALUE dest, VALUE obj, shape_id_t src_shape_id, st_table *fields_table);
|
||||
|
||||
void rb_free_rb_global_tbl(void);
|
||||
void rb_free_generic_fields_tbl_(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue