Lines Matching full:propertyvalue
2529 var propertyValue = propertyMirror.value();
2530 if (this.inlineRefs_() && propertyValue.isValue()) {
2531 result.value = this.serializeReferenceWithDisplayData_(propertyValue);
2539 result.ref = propertyValue.handle();
2562 var propertyValue = propertyMirror.value();
2563 if (this.inlineRefs_() && propertyValue.isValue()) {
2564 result.value = this.serializeReferenceWithDisplayData_(propertyValue);
2566 result.ref = propertyValue.handle();