()
| 5199 | return utils.tryWrapperForImpl(esValue[implSymbol].set(...args)); |
| 5200 | } |
| 5201 | sort() { |
| 5202 | const esValue = this !== null && this !== void 0 ? this : globalObject; |
| 5203 | if (!exports2.is(esValue)) { |
| 5204 | throw new globalObject.TypeError("'sort' called on an object that is not a valid instance of URLSearchParams."); |
| 5205 | } |
| 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)) { |
no outgoing calls
no test coverage detected