tor-browser

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

bug521163.js (216B)


      1 // |jit-test| error:ReferenceError
      2 
      3 // Binary: cache/js-dbg-32-c08baee44cf4-linux
      4 // Flags:
      5 //
      6 for (c in [0]) {
      7    {
      8        let c = this.__defineGetter__("", function(){});
      9        eval("function w(){}")++
     10    }
     11 }