tor-browser

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

bug995673.js (177B)


      1 var total = 0
      2 
      3 x = [ [] ]
      4 x[0].valueOf = function () {
      5  total++;
      6 }
      7 function f(y) {
      8    y != Math.abs()
      9 }
     10 (function() {
     11    f()
     12    f(x[0])
     13    f(x[0])
     14 })()
     15 
     16 assertEq(total, 2)