tor-browser

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

bug-1263355-37.js (117B)


      1 // |jit-test| error: ReferenceError
      2 
      3 {
      4    while (x && 0)
      5        if (!((x = 1) === x)) {}
      6    let x = () => sym()
      7 }