Lines Matching refs:constructor
104 var constructor = obj.constructor;
105 if (!constructor) return ToStringCheckErrorObject(obj);
106 var constructorName = constructor.name;
117 function MakeGenericError(constructor, type, args) { argument
121 var e = new constructor(kAddMessageAccessorsMarker);
708 var constructor = this.receiver.constructor;
709 if (!constructor)
711 var constructorName = constructor.name;
822 var constructor = this.receiver ? this.receiver.constructor : null;
823 if (!constructor)
825 return this.fun === constructor;