(s, o)
| 23729 | if (o) return o.key |
| 23730 | } |
| 23731 | set(s, o) { |
| 23732 | if (u(s)) |
| 23733 | return ( |
| 23734 | Object.keys(s).forEach((o) => { |
| 23735 | this.set(o, s[o]) |
| 23736 | }), |
| 23737 | this |
| 23738 | ) |
| 23739 | const i = s, |
| 23740 | a = this.getMember(i) |
| 23741 | return (a ? (a.value = o) : this.content.push(new w(i, o)), this) |
| 23742 | } |
| 23743 | keys() { |
| 23744 | return this.content.map((s) => s.key.toValue()) |
| 23745 | } |