summaryrefslogtreecommitdiff
path: root/shape.h
diff options
context:
space:
mode:
authorJean Boussier <[email protected]>2025-05-08 17:38:39 +0200
committerJean Boussier <[email protected]>2025-05-09 10:22:51 +0200
commit7116b0a7f1398f18346ad6f9ba805e3877d45944 ()
tree32110f3153bcd01121b5c437ff9a87f7889f3ee8 /shape.h
parent30ef0f180b396314521d1309e7732ce921cd2fab (diff)
Extract `rb_shape_free_all`
Notes: Merged: https://.com/ruby/ruby/pull/13283
-rw-r--r--shape.h1
1 files changed, 1 insertions, 0 deletions
@@ -175,6 +175,7 @@ rb_shape_t *rb_shape_get_next_no_warnings(rb_shape_t *shape, VALUE obj, ID id);
rb_shape_t *rb_shape_object_id_shape(VALUE obj);
bool rb_shape_has_object_id(rb_shape_t *shape);
attr_index_t rb_shape_object_id_index(rb_shape_t *shape);
rb_shape_t *rb_shape_rebuild_shape(rb_shape_t *initial_shape, rb_shape_t *dest_shape);