popObject();
popObject();
String computedPropertyRef = computedRef.getPropertyName();
String propertyReference = reference.getPropertyName();
Value initialValue = container.getValue();
if ((propertyReference != null && initialValue != null) ||
(propertyReference != null && computedPropertyRef != null) ||
(computedPropertyRef != null && initialValue != null)) {
throw new IllegalStateException(