refactor: make shallow_move() available from AGCObjectVisitor
This commit is contained in:
parent
90ab86f69c
commit
db4ccfd911
8 changed files with 36 additions and 3 deletions
|
|
@ -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"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue