(e, t)
| 3364 | } |
| 3365 | } |
| 3366 | function ke(e, t) { |
| 3367 | var r = (0, we.D)(t), |
| 3368 | n = e.params || e |
| 3369 | ;(n.hostname = r.hostname), |
| 3370 | (n.port = r.port), |
| 3371 | (n.protocol = r.protocol), |
| 3372 | (n.host = r.hostname + ':' + r.port), |
| 3373 | (n.pathname = r.pathname), |
| 3374 | (e.parsedOrigin = r), |
| 3375 | (e.sameOrigin = r.sameOrigin) |
| 3376 | } |
| 3377 | const De = {}, |
| 3378 | Ce = ['pushState', 'replaceState'] |
| 3379 | function je(e) { |
no outgoing calls
no test coverage detected