tor-browser

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

bug-1278832.js (267B)


      1 function assertThrowsInstanceOf() {}
      2 gczeal(15)
      3 try {
      4    gczeal(10, 2)
      5 } catch (Atomics) {}
      6 for (define of[__defineSetter__]) {
      7    let nonCallable = [{}]
      8    for (let value of nonCallable) assertThrowsInstanceOf(TypeError)
      9    key = {
     10        [Symbol]() {}
     11    }
     12 }