tor-browser

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

bug-1884927.js (196B)


      1 // |jit-test| --enable-symbols-as-weakmap-keys
      2 for (x=0; x<10000; ++x) {
      3  try {
      4    m13 = new WeakMap;
      5    sym = Symbol();
      6    m13.set(sym, new Debugger);
      7    startgc(1, );
      8  } catch (exc) {}
      9 }