gc_mark           372 heap.c         	gc_mark(obj->u.scope_chain.frame);
gc_mark           373 heap.c         	gc_mark(obj->u.scope_chain.next);
gc_mark           388 heap.c         	gc_mark(v->u.object);
gc_mark           391 heap.c         	    gc_mark(v->u.closure.environment);
gc_mark           394 heap.c         	gc_mark(v->u.fake_method.object);
gc_mark           415 heap.c         	gc_mark(lv->variable);
gc_mark           422 heap.c             gc_mark(inter->current_exception);