Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js2219 var propertyMirror = mirror.property(propertyNames[i]);
2220 p[i] = this.serializeProperty_(propertyMirror);
2222 this.add_(propertyMirror.value());
2226 var propertyMirror = mirror.property(propertyIndexes[i]);
2227 p[propertyNames.length + i] = this.serializeProperty_(propertyMirror);
2229 this.add_(propertyMirror.value());
2280 JSONProtocolSerializer.prototype.serializeProperty_ = function(propertyMirror) { argument
2283 result.name = propertyMirror.name();
2284 var propertyValue = propertyMirror.value();
2288 if (propertyMirror.attributes() != PropertyAttribute.None) {
[all …]