// cyclic reference - returning null for the inner most reference
return null;
}
visitedIDs.add(id);
ObjectList list = getObjectList(id);
EcmascriptProtos.Object obj = list.getPrototypeList(0).getObjectList(0);
String className = obj.getClassName();
List<Property> properties = obj.getPropertyListList();
if (className.endsWith("Element")) {