tor-browser

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

bug1264954.js (118B)


      1 function f(x) {
      2    oomTest(() => eval(x));
      3 }
      4 f("");
      5 f("");
      6 f(`eval([   "x = \`\${new Error.lineNumber}" ].join())`);