tor-browser

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

bug1263868.js (169B)


      1 function g(f, params) {
      2    entryPoints(params);
      3 }
      4 function entry1() {};
      5 s = "g(entry1, {function: entry1});";
      6 f(s);
      7 f(s);
      8 function f(x) {
      9    oomTest(() => eval(x));
     10 }