tor-browser

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

bug-1764737.js (182B)


      1 // |jit-test| --fuzzing-safe; --ion-offthread-compile=off
      2 
      3 function r(src) {
      4  oomTest(function() {
      5      parseModule(src);
      6  });
      7 }
      8 r("export * from 'y';");
      9 r("export * from 'y';");