tor-browser

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

dynamic-import-oom.js (284B)


      1 // |jit-test| --ion-offthread-compile=off
      2 //
      3 // Note: without --ion-offthread-compile=off this test takes a long time and
      4 // may timeout on some platforms. See bug 1507721.
      5 
      6 ignoreUnhandledRejections();
      7 
      8 oomTest(() => import("module1.js"));
      9 oomTest(() => import("cyclicImport1.js"));