tor-browser

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

regress-1456518-workergray.js (209B)


      1 if (typeof 'evalInWorder' == 'function') {
      2    evalInWorker(`
      3  addMarkObservers([grayRoot(), grayRoot().x, this, Object.create(null)]);
      4 `);
      5 }
      6 
      7 reportCompare('do not crash', 'do not crash', 'did not crash!');