tor-browser

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

bug1326150.js (130B)


      1 this.x = [];
      2 Function.apply(null, this.x);
      3 Object.defineProperty(this, "x", {get: valueOf});
      4 assertEq(evaluate("this.x;"), this);