xo-reader2: expand utest to run gc [WIP]
This commit is contained in:
parent
c715f0d8be
commit
ce800d700c
3 changed files with 256 additions and 146 deletions
|
|
@ -477,6 +477,10 @@ namespace xo {
|
|||
DLambdaSsm::forward_children(obj<ACollector> gc) noexcept
|
||||
{
|
||||
gc.forward_inplace(&local_symtab_);
|
||||
|
||||
// explicit_return_td not gcobject
|
||||
// lambda_td not gcobject
|
||||
|
||||
gc.forward_pivot_inplace(&body_);
|
||||
gc.forward_pivot_inplace(&parent_symtab_);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue