xo-interpreter/xo-alloc: GlobalEnv + mm -> shallow_copy()

This commit is contained in:
Roland Conybeare 2025-11-23 22:57:52 -05:00
commit 4d2cd54365
18 changed files with 52 additions and 37 deletions

View file

@ -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,