Searched refs:ObjectMirror (Results 1 – 2 of 2) sorted by relevance
176 mirror = new ObjectMirror(value, MirrorType.OBJECT_TYPE, opt_transient);346 return this instanceof ObjectMirror;701 function ObjectMirror(value, type, transient) { class705 inherits(ObjectMirror, ValueMirror);708 ObjectMirror.prototype.className = function() { class713 ObjectMirror.prototype.constructorFunction = function() {718 ObjectMirror.prototype.prototypeObject = function() {723 ObjectMirror.prototype.protoObject = function() {728 ObjectMirror.prototype.hasNamedInterceptor = function() {735 ObjectMirror.prototype.hasIndexedInterceptor = function() {[all …]
324 function ObjectMirror() {} class327 ObjectMirror.prototype.properties = function() {}