tor-browser

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

bug-1866636.js (169B)


      1 // |jit-test| --enable-symbols-as-weakmap-keys
      2 b = new WeakMap();
      3 c = Symbol();
      4 b.set(c);
      5 c = gczeal(10);
      6 for (i=0; i<1000; ++i) {
      7    try {
      8        x;
      9    } catch {}
     10 }