tor-browser

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

bug1269756.js (124B)


      1 oomTest(function() {
      2    m = parseModule(`while (x && NaN) prototype; let x`);
      3    moduleLink(m);
      4    moduleEvaluate(m);
      5 })