tor-browser

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

bug588338.js (226B)


      1 // |jit-test| error: is not a function
      2 function f() {
      3    (e)
      4 }
      5 (x = new Proxy(Function, (function(x) {
      6  return {
      7    get: function(r, b) {
      8      return x[b]
      9    }
     10  }
     11 })(/x/)))
     12 for (e in [0]) {
     13  gczeal(2)
     14 } ( [1,2,3])("")