refactor: make shallow_move() available from AGCObjectVisitor

This commit is contained in:
Roland Conybeare 2026-04-06 00:11:08 -04:00
commit db4ccfd911
8 changed files with 36 additions and 3 deletions

View file

@ -62,10 +62,10 @@
// },
],
nonconst_methods: [
// Opaque shallow_move(obj<AAllocator>>) noexcept
// Opaque shallow_move(obj<ACollector>) noexcept
{
name: "shallow_move",
doc: ["move instance using allocator"],
doc: ["move instance using collector"],
return_type: "Opaque",
args:[
{type: "obj<ACollector>", name: "gc"},