tor-browser

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

bug702426-regexp-gc.js (126B)


      1 function g(code) {
      2    eval("(function(){" + code + "})")()
      3 }
      4 g("evalcx(\"(/a/g,function(){})\")");
      5 g("'a'.replace(/a/g,gc)")