Searched refs:PropertyMirror (Results 1 – 3 of 3) sorted by relevance
363 return this instanceof PropertyMirror;710 return new PropertyMirror(this, name, details);959 value = new PropertyMirror(this, i, details);1082 function PropertyMirror(mirror, name, details) { class1094 inherits(PropertyMirror, Mirror);1097 PropertyMirror.prototype.isReadOnly = function() {1102 PropertyMirror.prototype.isEnum = function() {1107 PropertyMirror.prototype.canDelete = function() {1112 PropertyMirror.prototype.name = function() {1117 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');