Searched refs:propertyMirror (Results 1 – 1 of 1) sorted by relevance
2137 var propertyMirror = mirror.property(propertyNames[i]);2138 p[i] = this.serializeProperty_(propertyMirror);2140 this.add_(propertyMirror.value());2144 var propertyMirror = mirror.property(propertyIndexes[i]);2145 p[propertyNames.length + i] = this.serializeProperty_(propertyMirror);2147 this.add_(propertyMirror.value());2173 JSONProtocolSerializer.prototype.serializeProperty_ = function(propertyMirror) { argument2176 result.name = propertyMirror.name();2177 var propertyValue = propertyMirror.value();2181 if (propertyMirror.attributes() != PropertyAttribute.None) {[all …]