aml_t_objref
case aml_t_objref:
case aml_t_objref:
case aml_t_objref:
AML_ALLOC_OBJECT(aname->property, env, aml_t_objref, NULL);
AML_ALLOC_OBJECT(objref, env, aml_t_objref, NULL);
AML_ALLOC_OBJECT(aname->property, env, aml_t_objref, NULL);
AML_ALLOC_OBJECT(objref, env, aml_t_objref, NULL);
if (obj->type == aml_t_objref && obj->objref.deref == 0) {
case aml_t_objref: