tor-browser

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

bug1670378.js (218B)


      1 // |jit-test| allow-unhandlable-oom
      2 
      3 const otherGlobalNewCompartment = newGlobal({newCompartment: true});
      4 
      5 oomTest(function() {
      6  let {transplant} = transplantableObject();
      7  transplant(otherGlobalNewCompartment);
      8 });