Searched refs:ObjectMirror (Results 1 – 2 of 2) sorted by relevance
124 mirror = new ObjectMirror(value, MirrorType.OBJECT_TYPE);277 return this instanceof ObjectMirror;601 function ObjectMirror(value, type) { class605 inherits(ObjectMirror, ValueMirror);608 ObjectMirror.prototype.className = function() { class613 ObjectMirror.prototype.constructorFunction = function() {618 ObjectMirror.prototype.prototypeObject = function() {623 ObjectMirror.prototype.protoObject = function() {628 ObjectMirror.prototype.hasNamedInterceptor = function() {635 ObjectMirror.prototype.hasIndexedInterceptor = function() {[all …]
240 function ObjectMirror() {} class243 ObjectMirror.prototype.properties = function() {}