tor-browser

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

bug1344334.js (202B)


      1 function f(s) {
      2    s + "x";
      3    s.indexOf("y") === 0;
      4    oomTest(new Function(s));
      5 }
      6 var s = `
      7    class TestClass { constructor() {} }
      8    for (var fun of hasPrototype) {}
      9 `;
     10 if (s.length)
     11    f(s);