Searched refs:PropertyMirror (Results 1 – 3 of 3) sorted by relevance
431 return this instanceof PropertyMirror;791 return new PropertyMirror(this, name, details);1120 value = new PropertyMirror(this, i, details);1461 function PropertyMirror(mirror, name, details) { class1474 inherits(PropertyMirror, Mirror);1477 PropertyMirror.prototype.isReadOnly = function() { class1482 PropertyMirror.prototype.isEnum = function() {1487 PropertyMirror.prototype.canDelete = function() {1492 PropertyMirror.prototype.name = function() {1497 PropertyMirror.prototype.isIndexed = function() {[all …]
73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierarchy');87 assertTrue(property_mirror instanceof debug.PropertyMirror);
72 assertTrue(indexedProperties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy');