tor-browser

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

bug1311061.js (98B)


      1 // |jit-test| error:TypeError
      2 function f() {
      3    with(this) {};
      4 }
      5 (new new Proxy(f, {get: f}))();