tor-browser

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

bug1605641.js (136B)


      1 // |jit-test| error:9
      2 function thrower() {
      3    throw 9;
      4 }
      5 function f() {
      6    return [...{} [thrower(...["foo"])]] = "undefined";
      7 }
      8 f();