tor-browser

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

bug1718842-2.js (142B)


      1 var g = newGlobal();
      2 
      3 g.enableTrackAllocations();
      4 
      5 var re1 = RegExp("(?<a>a)");
      6 var re2 = g.RegExp("(?<a>a)");
      7 
      8 re1.exec("a");
      9 re2.exec("a");