Lines Matching refs:propertyMirror
2852 var propertyMirror = mirror.property(properties[i]);
2853 properties[i] = this.serializeProperty_(propertyMirror);
2855 this.add_(propertyMirror.value());
2914 JSONProtocolSerializer.prototype.serializeProperty_ = function(propertyMirror) { argument
2917 result.name = propertyMirror.name();
2918 var propertyValue = propertyMirror.value();
2922 if (propertyMirror.attributes() != PropertyAttribute.None) {
2923 result.attributes = propertyMirror.attributes();
2925 result.propertyType = propertyMirror.propertyType();
2945 function(propertyMirror) { argument
2948 result.name = propertyMirror.name();
2949 var propertyValue = propertyMirror.value();