tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug1965751.js (193B)


      1 function a(b, c) {
      2    d = "a".repeat(1000)
      3    e = ensureLinearString(newRope(d, "Unknown"))
      4    ensureLinearString(newRope(e, "abcdef", {
      5        nursery: c
      6    }))
      7    gc()
      8 }
      9 a(true, false)