Lines Matching defs:ObjectMirror

94     mirror = new ObjectMirror(value, OBJECT_TYPE, opt_transient);
209 // - ObjectMirror
295 return this instanceof ObjectMirror;
573 function ObjectMirror(value, type, transient) {
576 inherits(ObjectMirror, ValueMirror);
579 ObjectMirror.prototype.className = function() {
584 ObjectMirror.prototype.constructorFunction = function() {
589 ObjectMirror.prototype.prototypeObject = function() {
594 ObjectMirror.prototype.protoObject = function() {
599 ObjectMirror.prototype.hasNamedInterceptor = function() {
606 ObjectMirror.prototype.hasIndexedInterceptor = function() {
621 ObjectMirror.prototype.propertyNames = function(kind, limit) {
693 ObjectMirror.prototype.properties = function(kind, limit) {
704 ObjectMirror.prototype.property = function(name) {
722 ObjectMirror.prototype.lookupProperty = function(value) {
748 ObjectMirror.prototype.referencedBy = function(opt_max_objects) {
762 ObjectMirror.prototype.toText = function() {
781 * @extends ObjectMirror
784 %_CallFunction(this, value, FUNCTION_TYPE, ObjectMirror);
787 inherits(FunctionMirror, ObjectMirror);
909 * @extends ObjectMirror
961 * @extends ObjectMirror
964 %_CallFunction(this, value, ObjectMirror);
966 inherits(ArrayMirror, ObjectMirror);
998 * @extends ObjectMirror
1001 %_CallFunction(this, value, ObjectMirror);
1003 inherits(DateMirror, ObjectMirror);
1016 * @extends ObjectMirror
1019 %_CallFunction(this, value, REGEXP_TYPE, ObjectMirror);
1021 inherits(RegExpMirror, ObjectMirror);
1070 * @extends ObjectMirror
1073 %_CallFunction(this, value, ERROR_TYPE, ObjectMirror);
1075 inherits(ErrorMirror, ObjectMirror);
1101 * @param {ObjectMirror} mirror The mirror object having this property