xo-interpreter/xo-alloc: GlobalEnv + mm -> shallow_copy()
This commit is contained in:
parent
56a1c3bc75
commit
4d2cd54365
18 changed files with 52 additions and 37 deletions
|
|
@ -56,7 +56,7 @@ namespace xo {
|
|||
|
||||
// LCOV_EXCL_START
|
||||
Object *
|
||||
Boolean::_shallow_copy() const
|
||||
Boolean::_shallow_copy(gc::IAlloc *) const
|
||||
{
|
||||
|
||||
/* Boolean instances not created in GC-owned space,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue