alloc_object       48 heap.c             ret = alloc_object(inter, STRING_OBJECT);
alloc_object       60 heap.c             ret = alloc_object(inter, STRING_OBJECT);
alloc_object       98 heap.c             ret = alloc_object(inter, ARRAY_OBJECT);
alloc_object      201 heap.c             ret = alloc_object(inter, ASSOC_OBJECT);
alloc_object      249 heap.c             ret = alloc_object(inter, SCOPE_CHAIN_OBJECT);
alloc_object      262 heap.c             ret = alloc_object(inter, NATIVE_POINTER_OBJECT);