Home
last modified time | relevance | path

Searched refs:propertyMirror (Results 1 – 1 of 1) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dmirror-delay.js2137 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) { argument
2176 result.name = propertyMirror.name();
2177 var propertyValue = propertyMirror.value();
2181 if (propertyMirror.attributes() != PropertyAttribute.None) {
[all …]