Searched refs:PropertyMirror (Results 1 – 3 of 3) sorted by relevance
358 return this instanceof PropertyMirror;707 return new PropertyMirror(this, name, details);984 value = new PropertyMirror(this, i, details);1107 function PropertyMirror(mirror, name, details) { class1119 inherits(PropertyMirror, Mirror);1122 PropertyMirror.prototype.isReadOnly = function() {1127 PropertyMirror.prototype.isEnum = function() {1132 PropertyMirror.prototype.canDelete = function() {1137 PropertyMirror.prototype.name = function() {1142 PropertyMirror.prototype.isIndexed = function() {[all …]
73 assertTrue(properties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy');80 assertTrue(property_mirror instanceof debug.PropertyMirror);
72 assertTrue(indexedProperties[i] instanceof debug.PropertyMirror, 'Unexpected mirror hierachy');