| 5206 | return utils.tryWrapperForImpl(esValue[implSymbol].sort()); |
| 5207 | } |
| 5208 | toString() { |
| 5209 | const esValue = this !== null && this !== void 0 ? this : globalObject; |
| 5210 | if (!exports2.is(esValue)) { |
| 5211 | throw new globalObject.TypeError( |
| 5212 | "'toString' called on an object that is not a valid instance of URLSearchParams." |
| 5213 | ); |
| 5214 | } |
| 5215 | return esValue[implSymbol].toString(); |
| 5216 | } |
| 5217 | keys() { |
| 5218 | if (!exports2.is(this)) { |
| 5219 | throw new globalObject.TypeError("'keys' called on an object that is not a valid instance of URLSearchParams."); |