Home | History | Annotate | Download | only in inspector

Lines Matching refs:_attachments

458             this._attachments = this._attachments || Object.create(null);
459 this._attachments[name] = attachment;
460 } else if (this._attachments) {
461 delete this._attachments[name];
471 return this._attachments ? (this._attachments[name] || null) : null;
498 var attachments = TypeUtils.cloneObject(this._attachments);
543 this._attachments = attachments ? TypeUtils.cloneObject(attachments) : null;
565 this._attachments = attachments;
640 return this._attachments;
649 return this._attachments && this._attachments[name];