tor-browser

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

bug-1223021.js (99B)


      1 function f() {
      2    return this === null;
      3 };
      4 
      5 function g() {
      6    if (!f.apply(9)) {}
      7 }
      8 
      9 oomTest(g);