Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js2852 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
[all …]