tor-browser

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

bug884920.js (127B)


      1 // |jit-test| error:SyntaxError
      2 
      3 function testcase({}, a = b, ... x)  {
      4  "use strict";
      5  function f() { };
      6  with ( f(3) );
      7 }