()
| 23308 | ;((this.key = s), (this.value = o)) |
| 23309 | } |
| 23310 | clone() { |
| 23311 | const s = new KeyValuePair() |
| 23312 | return ( |
| 23313 | this.key && (s.key = this.key.clone()), |
| 23314 | this.value && (s.value = this.value.clone()), |
| 23315 | s |
| 23316 | ) |
| 23317 | } |
| 23318 | } |
| 23319 | s.exports = KeyValuePair |
| 23320 | }, |