()
| 5180 | s instanceof this.ObjectElement ? (this._meta = s) : this.meta.set(s || {}) |
| 5181 | } |
| 5182 | get attributes() { |
| 5183 | if (!this._attributes) { |
| 5184 | if (this.isFrozen) { |
| 5185 | const s = new this.ObjectElement() |
| 5186 | return (s.freeze(), s) |
| 5187 | } |
| 5188 | this._attributes = new this.ObjectElement() |
| 5189 | } |
| 5190 | return this._attributes |
| 5191 | } |
| 5192 | set attributes(s) { |
| 5193 | s instanceof this.ObjectElement |
| 5194 | ? (this._attributes = s) |