1 void gcIntoCons(Node
& it
, GC
& gc
, Node
& dest
){
3 Cons
& c
=*(Cons
*)new(vm
) Cons();
4 Cons
& oc
=*(Cons
*)it
.c
.ptr
;
6 new(&c
.v
[0]) StableNode(gc
,oc
.v
[0]);
7 new(&c
.v
[1]) StableNode(gc
,oc
.v
[1]);
10 //PP_VTABLE_DEF(vtUnimplemented)
11 //PP_VTABLE_SET(«gcInto»,«&gcIntoCons»)
12 //PP_VTABLE_SET(«gc»,«&gcDef<&gcIntoCons>»)