tor-browser

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

bug861419.js (232B)


      1 arguments = [];
      2 try {
      3    arguments.toSource = (function() {
      4        __proto__.y = x
      5    })
      6    y = this
      7    print(x = 8)
      8    a = arguments
      9    for (v of this) {}
     10 } catch (e) {}
     11 function f() {
     12  "HELLO " + y
     13 }
     14 f()
     15 f()
     16 y = 1[7]
     17 f()