tor-browser

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

bug832203.js (324B)


      1 // Don't assert.
      2 gczeal(2,1);
      3 eval("(function() { " + "\
      4 var g1 = newGlobal('same-compartment');\
      5 function test(str, f) {\
      6    var x = f(eval(str));\
      7    assertEq(x, f(g1.eval(str)));\
      8 }\
      9 test('new RegExp(\"1\")', function(r) { return assertEq('a1'.search(r), 1); });\
     10 " + " })();");
     11 eval("(function() { " + "" + " })();");