Home
last modified time | relevance | path

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

/external/v8/src/
Dmirror-debugger.js2776 var propertyMirror = mirror.property(propertyNames[i]);
2777 p[i] = this.serializeProperty_(propertyMirror);
2779 this.add_(propertyMirror.value());
2783 var propertyMirror = mirror.property(propertyIndexes[i]);
2784 p[propertyNames.length + i] = this.serializeProperty_(propertyMirror);
2786 this.add_(propertyMirror.value());
2846 JSONProtocolSerializer.prototype.serializeProperty_ = function(propertyMirror) { argument
2849 result.name = propertyMirror.name();
2850 var propertyValue = propertyMirror.value();
2854 if (propertyMirror.attributes() != PropertyAttribute.None) {
[all …]