Searched refs:InternalPropertyMirror (Results 1 – 2 of 2) sorted by relevance
440 return this instanceof InternalPropertyMirror;873 result.push(new InternalPropertyMirror(properties[i], properties[i + 1]));1604 function InternalPropertyMirror(name, value) { class1609 inherits(InternalPropertyMirror, Mirror);1612 InternalPropertyMirror.prototype.name = function() { class1617 InternalPropertyMirror.prototype.value = function() {3037 "InternalPropertyMirror", InternalPropertyMirror,
81 …assertTrue(internalProperties[i] instanceof debug.InternalPropertyMirror, 'Unexpected mirror hiera…