tor-browser

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

off_thread_compile_oom.js (173B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 // OOM during off-thread initialization shouldn't leak memory.
      4 eval('oomTest(function(){offThreadCompileToStencil("")})');