tor-browser

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

multi-01.js (213B)


      1 /* Make sure we don't collect the atoms compartment unless every compartment is marked. */
      2 
      3 var g = newGlobal();
      4 g.eval("var x = 'some-atom';");
      5 
      6 schedulezone(this);
      7 schedulezone('atoms');
      8 gc('zone');
      9 print(g.x);