tor-browser

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

bug909441.js (345B)


      1 // |jit-test| error: too much recursion
      2 function f(code) {
      3    try {
      4        g = Function(code)
      5    } catch (e) {}
      6    g()
      7 }
      8 f("\
      9    Object.defineProperty(this,\"x\",{\
     10        get: function(){\
     11            evaluate(\"Array(x)\",{\
     12                catchTermination:(function(){})\
     13            })\
     14        }\
     15    })\
     16 ");
     17 f("x");
     18 f(")");
     19 f("x");