tor-browser

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

shell-flags-fuzzing.js (149B)


      1 // |jit-test| --fuzzing-safe; --enable-foobarbaz; error:987
      2 // If --fuzzing-safe is used, unknown shell flags that follow it are ignored.
      3 throw 987;